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 | 蝣懐盧 | 111001011010000010001001111110011110000110111000 | e5a089f9e1b8 |
EUC-JP | 蝣懐盧 | 111010101010001010110010111110111110001010111010 | eaa2b2fbe2ba |
UTF-8 | 蝣懐盧 | 111010001001110110100011111001101000011110010000111001111001101110100111 | e89da3e68790e79ba7 |
UHC | ??盧 | 00111111001111111101011011010100 | 3f3fd6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)