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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 瞎顫瞎韜G | 111000011101000011101000111110101110000111010000111010001110100101000111 | e1d0e8fae1d0e8e947 |
EUC-JP | 瞎顫瞎韜G | 111000101101001011110000111111001110001011010010111100001110101101000111 | e2d2f0fce2d2f0eb47 |
UTF-8 | 瞎顫瞎韜G | 11100111100111101000111011101001101000011010101111100111100111101000111011101001100111111001110001000111 | e79e8ee9a1abe79e8ee99f9c47 |
UHC | ?顫?韜G | 00111111111011111011010100111111110101001011011101000111 | 3fefb53fd4b747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)