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 | 歟??泣? | 10011111011000100011111100111111100010111000001100111111 | 9f623f3f8b833f |
EUC-JP | 歟??泣? | 11011101110000110011111100111111101101011110001100111111 | ddc33f3fb5e33f |
UTF-8 | 歟㏓냲泣덨 | 111001101010110110011111111000111000111110010011111010111000001110110010111001101011001110100011111010111000110110101000 | e6ad9fe38f93eb83b2e6b3a3eb8da8 |
UHC | 歟㏓냲泣덨 | 11100110101000101010011111101011100001101000001011101011111010001000100101000010 | e6a2a7eb8682ebe88942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)