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 | 譟、驍 | 1110011010011111101001001110100110000010 | e69fa4e982 |
EUC-JP | 譟、驍 | 111011001010000110001110101001001111000111100010 | eca18ea4f1e2 |
UTF-8 | 譟、驍 | 111010001010110110011111111011111011110110100100111010011010100110001101 | e8ad9fefbda4e9a98d |
UHC | ??驍 | 00111111001111111111110110100100 | 3f3ffda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)