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 | 經цじ | 111000110101001110000100100010001000001010110110 | e353848882b6 |
EUC-JP | 經цじ | 111001011011010010100111111010001010010010111000 | e5b4a7e8a4b8 |
UTF-8 | 經цじ | 1110011110110110100100111101000110000110111000111000000110011000 | e7b693d186e38198 |
UHC | 經цじ | 110011001110100010101100111010001010101010111000 | cce8ace8aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)