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 | º¿ëÙäïnB | 1011101010111111111010111101100111100100111011110110111001000010 | babfebd9e4ef6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | º¿ëÙäïnB | 1000111110100010111010111000111110100010110001001000111110101011101100111000111110101010111000111000111110101011101000111000111110101011110000010110111001000010 | 8fa2eb8fa2c48fabb38faae38faba38fabc16e42 |
UTF-8 | º¿ëÙäïnB | 1100001010111010110000101011111111000011101010111100001110011001110000111010010011000011101011110110111001000010 | c2bac2bfc3abc399c3a4c3af6e42 |
UHC | º¿????nB | 10101000101011001010001010101111001111110011111100111111001111110110111001000010 | a8aca2af3f3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)