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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 漿槃?^ | 100111111111011110011110110011110011111101011110 | 9ff79ecf3f5e |
EUC-JP | 漿槃?^ | 110111101111100111011100110100010011111101011110 | def9dcd13f5e |
UTF-8 | 漿槃륨^ | 11100110101111001011111111100110101001111000001111101011101001011010100001011110 | e6bcbfe6a783eba5a85e |
UHC | 漿槃륨^ | 11101101111011001101101011101001101101111111110101011110 | edecdae9b7fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)