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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陝サ繧勾讚 | 111010001001111110111011111000111000001010001100111110011110011010101011 | e89fbbe3828cf9e6ab |
EUC-JP | 陝サ繧勾讚 | 11110000101000011000111010111011111001011110001010111000111110111110110010101101 | f0a18ebbe5e2b8fbecad |
UTF-8 | 陝サ繧勾讚 | 111010011001100110011101111011111011110110111011111001111011100110100111111001011000101110111110111010001010111010011010 | e9999defbdbbe7b9a7e58bbee8ae9a |
UHC | 陝??勾讚 | 1110000011101101001111110011111111001110111111101111001111000110 | e0ed3f3fcefef3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)