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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 娃?[娃?[^ | 100010001010000100111111010110111000100010100001001111110101101101011110 | 88a13f5b88a13f5b5e |
EUC-JP | 娃?[娃?[^ | 101100001010001100111111010110111011000010100011001111110101101101011110 | b0a33f5bb0a33f5b5e |
UTF-8 | 娃봮[娃봮[^ | 111001011010100010000011111010111011010010101110010110111110010110101000100000111110101110110100101011100101101101011110 | e5a883ebb4ae5be5a883ebb4ae5b5e |
UHC | 娃봮[娃봮[^ | 1110100011011111100101000110111101011011111010001101111110010100011011110101101101011110 | e8df946f5be8df946f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)