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 | 鴉???? | 111010011110101100111111001111110011111100111111 | e9eb3f3f3f3f |
EUC-JP | 鴉??靷? | 1111001011101101001111110011111110001111111001111011110100111111 | f2ed3f3f8fe7bd3f |
UTF-8 | 鴉띾갊靷봃 | 111010011011010010001001111010111001110110111110111010101011000010001010111010011001110110110111111010111011010010000011 | e9b489eb9dbeeab08ae99db7ebb483 |
UHC | 鴉띾갊靷봃 | 11100100101111001000110111101011101100001010011111101100111001101001010001000110 | e4bc8debb0a7ece69446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)