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 | 壽?耀 | 1001101011100110001111111001011101110011 | 9ae63f9773 |
EUC-JP | 壽?耀 | 1101010011101000001111111100110111010100 | d4e83fcdd4 |
UTF-8 | 壽읩耀 | 111001011010001110111101111011001001110110101001111010001000000010000000 | e5a3bdec9da9e88080 |
UHC | 壽읩耀 | 111000011111100010011111110100001110100110100101 | e1f89fd0e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)