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 | 盖鱆鞦哭痞 | 11100001101100111110100111100001111010001110000110011010010011001110000101111100 | e1b3e9e1e8e19a4ce17c |
EUC-JP | 盖鱆鞦哭痞 | 11100010101101011111001011100011111100001110001111010011101011011110000111011101 | e2b5f2e3f0e3d3ade1dd |
UTF-8 | 盖鱆鞦哭痞 | 111001111001101110010110111010011011000110000110111010011001111010100110111001011001001110101101111001111001011110011110 | e79b96e9b186e99ea6e593ade7979e |
UHC | 盖??哭? | 11001011110011000011111100111111110011011101011000111111 | cbcc3f3fcdd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)