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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蕁邯? | 1110010101000000111001111011011000111111 | e540e7b63f |
EUC-JP | 蕁邯瀷 | 11101001101000011110111010111000100011111100100110110100 | e9a1eeb88fc9b4 |
UTF-8 | 蕁邯瀷 | 111010001001010110000001111010011000001010101111111001111000000010110111 | e89581e982afe780b7 |
UHC | 蕁邯瀷 | 110100111100011011001010111110111110110011001011 | d3c6cafbeccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)