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 | 10011010110001110011111110011010110001110011111101000010 | 9ac73f9ac73f42 |
EUC-JP | 塢?塢?B | 11010100110010010011111111010100110010010011111101000010 | d4c93fd4c93f42 |
UTF-8 | 塢덣塢덣B | 11100101101000011010001011101011100011011010001111100101101000011010001011101011100011011010001101000010 | e5a1a2eb8da3e5a1a2eb8da342 |
UHC | 塢덣塢덣B | 111001111111000110001000111111101110011111110001100010001111111001000010 | e7f188fee7f188fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)