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 | 爼獸獵 | 111000001010101011100000110101111110000011011000 | e0aae0d7e0d8 |
EUC-JP | 爼獸獵 | 111000001010110011100000110110011110000011011010 | e0ace0d9e0da |
UTF-8 | 爼獸獵 | 111001111000100010111100111001111000110110111000111001111000110110110101 | e788bce78db8e78db5 |
UHC | ?獸獵 | 0011111111100010101011101101011010110100 | 3fe2aed6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)