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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 垠船^ | 1001101010110101100100010100010001011110 | 9ab591445e |
EUC-JP | 垠船^ | 1101010010110111110000011010010101011110 | d4b7c1a55e |
UTF-8 | 垠船^ | 11100101100111101010000011101000100010001011100101011110 | e59ea0e888b95e |
UHC | 垠船^ | 1110101111011001111000001100111101011110 | ebd9e0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)