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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雎仙、撰シ晁 | 11101000101100011001000011100101101001001001000011101111101111001001110111101000 | e8b190e5a490efbc9de8 |
EUC-JP | 雎仙、撰シ晁 | 111100001011001111000000111001111000111010100100110000001111000110001110101111001101101011101010 | f0b3c0e78ea4c0f18ebcdaea |
UTF-8 | 雎仙、撰シ晁 | 111010011001101110001110111001001011101110011001111011111011110110100100111001101001001010110000111011111011110110111100111001101001100110000001 | e99b8ee4bb99efbda4e692b0efbdbce69981 |
UHC | 雎仙?撰?晁 | 11101110110100011110000010111001001111111111001110111100001111111111000011000101 | eed1e0b93ff3bc3ff0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)