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 | 昊倩耘 | 100111011101110110011000111010001110001111001111 | 9ddd98e8e3cf |
EUC-JP | 昊倩耘 | 110110101101111111010000111010101110011011010001 | dadfd0eae6d1 |
UTF-8 | 昊倩耘 | 111001101001100010001010111001011000000010101001111010001000000010011000 | e6988ae580a9e88098 |
UHC | 昊?耘 | 1111101111000100001111111110100111111100 | fbc43fe9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)