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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕櫁岡 | 111001111001010010011110111010001000100110101010 | e7949ee889aa |
EUC-JP | 逕櫁岡 | 111011011111010011011100111010101011001010101100 | edf4dceab2ac |
UTF-8 | 逕櫁岡 | 111010011000000010010101111001101010101110000001111001011011001010100001 | e98095e6ab81e5b2a1 |
UHC | 逕?岡 | 1100110011101111001111111100101110101010 | ccef3fcbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)