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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蘂??娃??B | 111001010100000100111111001111111000100010100001001111110011111101000010 | e5413f3f88a13f3f42 |
EUC-JP | 蘂??娃??B | 111010011010001000111111001111111011000010100011001111110011111101000010 | e9a23f3fb0a33f3f42 |
UTF-8 | 蘂노졁娃뗫젵B | 11101000100110001000001011101011100001011011100011101100101000011000000111100101101010001000001111101011100101111010101111101100101000001011010101000010 | e89882eb85b8eca181e5a883eb97abeca0b542 |
UHC | 蘂노졁娃뗫젵B | 11100111110111101011001111101011101000001011001011101000110111111000101111101011101000001010100101000010 | e7deb3eba0b2e8df8beba0a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)