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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉗伉鈔 | 111001111110011110011000110000101110011111100010 | e7e798c2e7e2 |
EUC-JP | 鉗伉鈔 | 111011101110100111010000110001001110111011100100 | eee9d0c4eee4 |
UTF-8 | 鉗伉鈔 | 111010011000100110010111111001001011110010001001111010011000100010010100 | e98997e4bc89e98894 |
UHC | 鉗伉? | 1100110011000110111110011111001000111111 | ccc6f9f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)