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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 娃?D娃?D^ | 100010001010000100111111010001001000100010100001001111110100010001011110 | 88a13f4488a13f445e |
EUC-JP | 娃?D娃?D^ | 101100001010001100111111010001001011000010100011001111110100010001011110 | b0a33f44b0a33f445e |
UTF-8 | 娃봒D娃봒D^ | 111001011010100010000011111010111011010010010010010001001110010110101000100000111110101110110100100100100100010001011110 | e5a883ebb49244e5a883ebb492445e |
UHC | 娃봒D娃봒D^ | 1110100011011111100101000101000001000100111010001101111110010100010100000100010001011110 | e8df945044e8df9450445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)