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 | 讐紗嫉 | 100011110101000110001110110100011000111010111001 | 8f518ed18eb9 |
EUC-JP | 讐紗嫉 | 101111011011001010111100110100111011110010111011 | bdb2bcd3bcbb |
UTF-8 | 讐紗嫉 | 111010001010111010010000111001111011010010010111111001011010101110001001 | e8ae90e7b497e5ab89 |
UHC | 讐紗嫉 | 111000101100001011011110111010011111001011101100 | e2c2dee9f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)