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 | 11100111111001111001100011000010111000000101111101000010 | e7e798c2e05f42 |
EUC-JP | 鉗伉濱B | 11101110111010011101000011000100110111111100000001000010 | eee9d0c4dfc042 |
UTF-8 | 鉗伉濱B | 11101001100010011001011111100100101111001000100111100110101111111011000101000010 | e98997e4bc89e6bfb142 |
UHC | 鉗伉濱B | 11001100110001101111100111110010110111101011010001000010 | ccc6f9f2deb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)