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 | 芻頑閏 | 111001001000110110001010111001101000100101011011 | e48d8ae6895b |
EUC-JP | 芻頑閏 | 111001111110110110110100111010001011000110111100 | e7edb4e8b1bc |
UTF-8 | 芻頑閏 | 111010001000101010111011111010011010000010010001111010011001011010001111 | e88abbe9a091e9968f |
UHC | 芻頑閏 | 111101011101011011101000110101111110101111001110 | f5d6e8d7ebce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)