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 | 10010111111011011110001001001001111001011001011001000010 | 97ede249e59642 |
EUC-JP | 麗礫蝟B | 11001110111011111110001110101010111010011111011001000010 | ceefe3aae9f642 |
UTF-8 | 麗礫蝟B | 11101001101110101001011111100111101001001010101111101000100111011001111101000010 | e9ba97e7a4abe89d9f42 |
UHC | 麗礫蝟B | 11010101111100101101010111111000111010101101101001000010 | d5f2d5f8eada42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)