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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 紗雫B | 11110010111011101000111011010001100011101011010001000010 | f2ee8ed18eb442 |
EUC-JP | ?紗雫B | 001111111011110011010011101111001011011001000010 | 3fbcd3bcb642 |
UTF-8 | 紗雫B | 11101110100010001010010111100111101101001001011111101001100110111010101101000010 | ee88a5e7b497e99bab42 |
UHC | ?紗?B | 0011111111011110111010010011111101000010 | 3fdee93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)