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 | 蠅???送 | 11100101101000100011111100111111001111111001000110010111 | e5a23f3f3f9197 |
EUC-JP | 蠅???送 | 11101010101001000011111100111111001111111100000111110111 | eaa43f3f3fc1f7 |
UTF-8 | 蠅뜊⒵퉪送 | 111010001010000010000101111010111001110010001010111000101001001010110101111011011000100110101010111010011000000010000001 | e8a085eb9c8ae292b5ed89aae98081 |
UHC | 蠅뜊⒵퉪送 | 11100011101100101000110110001101101010011110011010111001100000101110000111101010 | e3b28d8da9e6b982e1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)