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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娃??鵝 | 100010001010000100111111001111111110101001000000 | 88a13f3fea40 |
EUC-JP | 娃??鵝 | 101100001010001100111111001111111111001110100001 | b0a33f3ff3a1 |
UTF-8 | 娃붷쩀鵝 | 111001011010100010000011111010111011011010110111111011001010100110000000111010011011010110011101 | e5a883ebb6b7eca980e9b59d |
UHC | 娃붷쩀鵝 | 1110100011011111100101001110010110100100100110101110010010111101 | e8df94e5a49ae4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)