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 | ???蘖但 | 00111111001111110011111110011111010100001001001001000001 | 3f3f3f9f509241 |
EUC-JP | ???蘖但 | 00111111001111110011111111011101101100011100001110100010 | 3f3f3fddb1c3a2 |
UTF-8 | 卽겼쏢蘖但 | 111001011000110110111101111010101011001010111100111011001000111110100010111010001001100010010110111001001011110110000110 | e58dbdeab2bcec8fa2e89896e4bd86 |
UHC | 卽겼쏢蘖但 | 11110001111011011011000011100101101111011111001111100101111011101101001110100011 | f1edb0e5bdf3e5eed3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)