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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葮鴟ャ錚 | 11100100110110011110100111110100101011001110100001000010 | e4d9e9f4ace842 |
EUC-JP | 葮鴟ャ錚 | 1110100011011011111100101111011010001110101011001110111110100011 | e8dbf2f68eacefa3 |
UTF-8 | 葮鴟ャ錚 | 111010001001000110101110111010011011010010011111111011111011110110101100111010011000110010011010 | e891aee9b49fefbdace98c9a |
UHC | ???錚 | 0011111100111111001111111110111010110110 | 3f3f3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)