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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狒禪狒祚B | 111000001011111111100010010101111110000010111111111000100100111001000010 | e0bfe257e0bfe24e42 |
EUC-JP | 狒禪狒祚B | 111000001100000111100011101110001110000011000001111000111010111101000010 | e0c1e3b8e0c1e3af42 |
UTF-8 | 狒禪狒祚B | 11100111100010111001001011100111101001101010101011100111100010111001001011100111101001011001101001000010 | e78b92e7a6aae78b92e7a59a42 |
UHC | ?禪?祚B | 00111111111000001100100100111111111100001101010001000010 | 3fe0c93ff0d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)