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 | 鴉??幼? | 11101001111010110011111100111111100101110110001100111111 | e9eb3f3f97633f |
EUC-JP | 鴉??幼? | 11110010111011010011111100111111110011011100010000111111 | f2ed3f3fcdc43f |
UTF-8 | 鴉띲깷幼럋 | 111010011011010010001001111010111001110110110010111010101011100110110111111001011011100110111100111010111001111110001011 | e9b489eb9db2eab9b7e5b9bceb9f8b |
UHC | 鴉띲깷幼럋 | 11100100101111001000110111100011100000111010010111101010111010101000111001101000 | e4bc8de383a5eaea8e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)