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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弟????鶯 | 1001001011101101001111110011111100111111001111111110100111110010 | 92ed3f3f3f3fe9f2 |
EUC-JP | 弟????鶯 | 1100010011101111001111110011111100111111001111111111001011110100 | c4ef3f3f3f3ff2f4 |
UTF-8 | 弟롐列렒롐鶯 | 111001011011110010011111111010111010000110010000111011111010011010011100111010111010000010010010111010111010000110010000111010011011011010101111 | e5bc9feba190efa69ceba092eba190e9b6af |
UHC | 弟롐列렒롐鶯 | 111100001010100110001110110101101110011011101010100011101010011110001110110101101110010110100011 | f0a98ed6e6ea8ea78ed6e5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)