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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 妖??阿 | 100101110110010000111111001111111000100010100010 | 97643f3f88a2 |
EUC-JP | 妖??阿 | 110011011100010100111111001111111011000010100100 | cdc53f3fb0a4 |
UTF-8 | 妖껊젻阿 | 111001011010011010010110111010101011101110001010111011001010000010111011111010011001100010111111 | e5a696eabb8aeca0bbe998bf |
UHC | 妖껊젻阿 | 1110100011101101100000111110101110100000101011101110010010111001 | e8ed83eba0aee4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)