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 | 紆ф鬼 | 111000101111110010000100100001101000101101010011 | e2fc84868b53 |
EUC-JP | 紆ф鬼 | 111001001111111010100111111001101011010110110100 | e4fea7e6b5b4 |
UTF-8 | 紆ф鬼 | 1110011110110100100001101101000110000100111010011010110010111100 | e7b486d184e9acbc |
UHC | 紆ф鬼 | 111010011110000110101100111001101101000010100001 | e9e1ace6d0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)