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? | 00111111001111110100001000111111 | 3f3f423f |
SJIS-WIN | 迸ュB螢 | 111001111001111010101101010000101110010110100011 | e79ead42e5a3 |
EUC-JP | 迸ュB螢 | 11101101111111101000111010101101010000101110101010100101 | edfe8ead42eaa5 |
UTF-8 | 迸ュB螢 | 11101000101111111011100011101111101111011010110101000010111010001001111010100010 | e8bfb8efbdad42e89ea2 |
UHC | ??B螢 | 0011111100111111010000101111101110101011 | 3f3f42fbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)