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 | 閠偃菅 | 111010001000000010011000111011101001000010011011 | e88098ee909b |
EUC-JP | 閠偃菅 | 111011111110000011010000111100001011111111111011 | efe0d0f0bffb |
UTF-8 | 閠偃菅 | 111010011001011010100000111001011000000110000011111010001000111110000101 | e996a0e58183e88f85 |
UHC | ?偃菅 | 0011111111100101111001111100111010111001 | 3fe5e7ceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)