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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯辞煆ロァ | 1110100111110010100011101010101111111011010101101101101110100111 | e9f28eabfb56dba7 |
EUC-JP | 鶯辞煆ロァ | 1111001011110100101111001010110110001111110010011111010010001110110110111000111010100111 | f2f4bcad8fc9f48edb8ea7 |
UTF-8 | 鶯辞煆ロァ | 111010011011011010101111111010001011111010011110111001111000010110000110111011111011111010011011111011111011110110100111 | e9b6afe8be9ee78586efbe9befbda7 |
UHC | 鶯???? | 111001011010001100111111001111110011111100111111 | e5a33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)