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 | 贄???迷 | 11100110110100010011111100111111001111111001011011000000 | e6d13f3f3f96c0 |
EUC-JP | 贄???迷 | 11101100110100110011111100111111001111111100110011000010 | ecd33f3f3fccc2 |
UTF-8 | 贄쇳렪흗迷 | 111010001011010010000100111011001000011110110011111010111010000010101010111011011001110110010111111010001011111110110111 | e8b484ec87b3eba0aaed9d97e8bfb7 |
UHC | 贄쇳렪흗迷 | 11110010101111101011110011101101100011101011100011001000111010011101101010111011 | f2bebced8eb8c8e9dabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)