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 | 驗眩眩 | 111010011000010011100001101111111110000110111111 | e984e1bfe1bf |
EUC-JP | 驗眩眩 | 111100011110010011100010110000011110001011000001 | f1e4e2c1e2c1 |
UTF-8 | 驗眩眩 | 111010011010100110010111111001111001110010101001111001111001110010101001 | e9a997e79ca9e79ca9 |
UHC | 驗眩眩 | 111110101101000011111010110111111111101011011111 | fad0fadffadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)