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 | 艨ヤ坤 | 111001001000000110000011100001001000110110100011 | e48183848da3 |
EUC-JP | 艨ヤ坤 | 111001111110000110100101111001001011101010100101 | e7e1a5e4baa5 |
UTF-8 | 艨ヤ坤 | 111010001000100110101000111000111000001110100100111001011001110110100100 | e889a8e383a4e59da4 |
UHC | ?ヤ坤 | 0011111110101011111001001100110111011110 | 3fabe4cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)