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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????┼ | 00111111001111110011111100111111001111111000010010101001 | 3f3f3f3f3f84a9 |
EUC-JP | ?????┼ | 00111111001111110011111100111111001111111010100010101011 | 3f3f3f3f3fa8ab |
UTF-8 | 囹덈뿥痢랃┼ | 111011111010011010101001111010111000110110001000111010111011111110100101111011111010011110100101111010111001111010000011111000101001010010111100 | efa6a9eb8d88ebbfa5efa7a5eb9e83e294bc |
UHC | 囹덈뿥痢랃┼ | 111001111010101010001000111010111001011110100101111011001011100010001101111011111010011010101011 | e7aa88eb97a5ecb88defa6ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)