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 | 尸壤? | 1001101110011001100110101101111100111111 | 9b999adf3f |
EUC-JP | 尸壤? | 1101010111111001110101001110000100111111 | d5f9d4e13f |
UTF-8 | 尸壤쀆 | 111001011011000010111000111001011010001110100100111011001000000010000110 | e5b0b8e5a3a4ec8086 |
UHC | 尸壤쀆 | 111000111011100111100101101111011001011111000110 | e3b9e5bd97c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)