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 | ä]» | 111001000101110110000010100010011000001010111011 | e45d828982bb |
SJIS-WIN | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
EUC-JP | ä]???? | 1000111110101011101000110101110100111111001111110011111100111111 | 8faba35d3f3f3f3f |
UTF-8 | ä]» | 1100001110100100010111011100001010000010110000101000100111000010100000101100001010111011 | c3a45dc282c289c282c2bb |
UHC | ?]???? | 001111110101110100111111001111110011111100111111 | 3f5d3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)