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 | 經ш界 | 111000110101001110000100100010101000101001000101 | e353848a8a45 |
EUC-JP | 經ш界 | 111001011011010010100111111010101011001110100110 | e5b4a7eab3a6 |
UTF-8 | 經ш界 | 1110011110110110100100111101000110001000111001111001010110001100 | e7b693d188e7958c |
UHC | 經ш界 | 110011001110100010101100111010101100110110100011 | cce8aceacda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)