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 | 瞰低 | 11100001110101011001001011100001 | e1d592e1 |
EUC-JP | 瞰低 | 11100010110101111100010011100011 | e2d7c4e3 |
UTF-8 | 瞰低 | 111001111001111010110000111001001011110110001110 | e79eb0e4bd8e |
UHC | 瞰低 | 11001010111110011110111010111000 | caf9eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)