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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 昻?????悅 | 111110101101000000111111001111110011111100111111001111111111101010111101 | fad03f3f3f3f3ffabd |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 昻뽮퀬杻깅쨰悅 | 111001101001100010111011111010111011110110101110111011011000000010101100111011111010011110001000111010101011100110000101111011001010100010110000111001101000001010000101 | e698bbebbdaeed80acefa788eab985eca8b0e68285 |
UHC | 昻뽮퀬杻깅쨰悅 | 1110010011101001100101101110101010110011101000001110101011110100101100011110101110100100100010101110011011101101 | e4e996eab3a0eaf4b1eba48ae6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)