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 | 爼獻瘋 | 111000001010101011100000110110011110000110000110 | e0aae0d9e186 |
EUC-JP | 爼獻瘋 | 111000001010110011100000110110111110000111100110 | e0ace0dbe1e6 |
UTF-8 | 爼獻瘋 | 111001111000100010111100111001111000110110111011111001111001100010001011 | e788bce78dbbe7988b |
UHC | ?獻? | 00111111111110101100110000111111 | 3ffacc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)