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 | ?????x | 001111110011111100111111001111110011111101111000 | 3f3f3f3f3f78 |
SJIS-WIN | ??タ?哈x | 0011111100111111100000110101111000111111100110011111101101111000 | 3f3f835e3f99fb78 |
EUC-JP | ??タ?哈x | 0011111100111111101001011011111100111111110100101111110101111000 | 3f3fa5bf3fd2fd78 |
UTF-8 | 룶즽タ룫哈x | 11101011101000111011011011101100101001101011110111100011100000101011111111101011101000111010101111100101100100111000100001111000 | eba3b6eca6bde382bfeba3abe5938878 |
UHC | 룶즽タ룫哈x | 1000111110101011101000111000111110101011101111111000111110100010111110011110101101111000 | 8faba38fabbf8fa2f9eb78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)