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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 押?押?B | 10001001100111110011111110001001100111110011111101000010 | 899f3f899f3f42 |
EUC-JP | 押?押?B | 10110010101000010011111110110010101000010011111101000010 | b2a13fb2a13f42 |
UTF-8 | 押냣押냣B | 11100110100010101011110011101011100000111010001111100110100010101011110011101011100000111010001101000010 | e68abceb83a3e68abceb83a342 |
UHC | 押냣押냣B | 111001001110001110000110011011101110010011100011100001100110111001000010 | e4e3866ee4e3866e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)