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 | 逕櫁盗 | 111001111001010010011110111010001001001110010000 | e7949ee89390 |
EUC-JP | 逕櫁盗 | 111011011111010011011100111010101100010111110000 | edf4dceac5f0 |
UTF-8 | 逕櫁盗 | 111010011000000010010101111001101010101110000001111001111001101110010111 | e98095e6ab81e79b97 |
UHC | 逕?? | 11001100111011110011111100111111 | ccef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)