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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韆タ骼」識 | 1110100011100110110000001110100110001110101000111000111010101111 | e8e6c0e98ea38eaf |
EUC-JP | 韆タ骼」識 | 11110000111010001000111011000000111100011110111010001110101000111011110010110001 | f0e88ec0f1ee8ea3bcb1 |
UTF-8 | 韆タ骼」識 | 111010011001111110000110111011111011111010000000111010011010101010111100111011111011110110100011111010001010110110011000 | e99f86efbe80e9aabcefbda3e8ad98 |
UHC | 韆???識 | 11110100110001110011111100111111001111111110001111011011 | f4c73f3f3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)