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 | 娃?鵝? | 100010001010000100111111111010100100000000111111 | 88a13fea403f |
EUC-JP | 娃?鵝? | 101100001010001100111111111100111010000100111111 | b0a33ff3a13f |
UTF-8 | 娃봜鵝낧 | 111001011010100010000011111010111011010010011100111010011011010110011101111010111000001010100111 | e5a883ebb49ce9b59deb82a7 |
UHC | 娃봜鵝낧 | 1110100011011111100101000101100111100100101111011000011001000011 | e8df9459e4bd8643 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)