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 | 雎ク讙取ン | 111010001011000110111000111001101010101010001110111001101000001110010011 | e8b1b8e6aa8ee68393 |
EUC-JP | 雎ク讙取ン | 11110000101100111000111010111000111011001010110010111100111010001010010111110011 | f0b38eb8ecacbce8a5f3 |
UTF-8 | 雎ク讙取ン | 111010011001101110001110111011111011110110111000111010001010111010011001111001011000111110010110111000111000001110110011 | e99b8eefbdb8e8ae99e58f96e383b3 |
UHC | 雎??取ン | 1110111011010001001111110011111111110110101000101010101111110011 | eed13f3ff6a2abf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)