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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 盖鱆鞦哭獺 | 11100001101100111110100111100001111010001110000110011010010011001110000011011010 | e1b3e9e1e8e19a4ce0da |
EUC-JP | 盖鱆鞦哭獺 | 11100010101101011111001011100011111100001110001111010011101011011110000011011100 | e2b5f2e3f0e3d3ade0dc |
UTF-8 | 盖鱆鞦哭獺 | 111001111001101110010110111010011011000110000110111010011001111010100110111001011001001110101101111001111000110110111010 | e79b96e9b186e99ea6e593ade78dba |
UHC | 盖??哭獺 | 1100101111001100001111110011111111001101110101101101001110110111 | cbcc3f3fcdd6d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)