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 | ケ雕ホ | 10111001111010001011100011001110 | b9e8b8ce |
EUC-JP | ケ雕ホ | 100011101011100111110000101110101000111011001110 | 8eb9f0ba8ece |
UTF-8 | ケ雕ホ | 111011111011110110111001111010011001101110010101111011111011111010001110 | efbdb9e99b95efbe8e |
UHC | ?雕? | 00111111111100001110011100111111 | 3ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)