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 | 鼇??恁? | 11101010100001110011111100111111100111001000110000111111 | ea873f3f9c8c3f |
EUC-JP | 鼇??恁? | 11110011111001110011111100111111110101111110110000111111 | f3e73f3fd7ec3f |
UTF-8 | 鼇귚펯恁륛 | 111010011011110010000111111010101011011110011010111011011000111010101111111001101000000110000001111010111010010110011011 | e9bc87eab79aed8eafe68181eba59b |
UHC | 鼇귚펯恁륛 | 11101000101010001000001011100100101111001000000111101100111101101001000001000010 | e8a882e4bc81ecf69042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)