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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 紆? | 111000101111110000111111 | e2fc3f |
EUC-JP | 紆炘 | 1110010011111110100011111100100111010000 | e4fe8fc9d0 |
UTF-8 | 紆炘 | 111001111011010010000110111001111000001010011000 | e7b486e78298 |
UHC | 紆炘 | 11101001111000011111110111011100 | e9e1fddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)