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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霍壼虫 | 111010001011011110011010111001011001001010001110 | e8b79ae5928e |
EUC-JP | 霍壼虫 | 111100001011100111010100111001111100001111101110 | f0b9d4e7c3ee |
UTF-8 | 霍壼虫 | 111010011001110010001101111001011010001110111100111010001001100110101011 | e99c8de5a3bce899ab |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)