To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | シ鮠顳 | 1011110011101001101111001110100101000010 | bce9bce942 |
EUC-JP | シ鮠顳 | 100011101011110011110010101111101111000110100011 | 8ebcf2bef1a3 |
UTF-8 | シ鮠顳 | 111011111011110110111100111010011010111010100000111010011010000110110011 | efbdbce9aea0e9a1b3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)