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 | 宜??鍮 | 100010110101100000111111001111111110100001001010 | 8b583f3fe84a |
EUC-JP | 宜??鍮 | 101101011011100100111111001111111110111110101011 | b5b93f3fefab |
UTF-8 | 宜계퀋鍮 | 111001011010111010011100111010101011001110000100111011011000000010001011111010011000110110101110 | e5ae9ceab384ed808be98dae |
UHC | 宜계퀋鍮 | 1110101111110001101100001110100010110011100000011110101110111001 | ebf1b0e8b381ebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)