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 | 汁??億? | 10001111011000000011111100111111100010011010110100111111 | 8f603f3f89ad3f |
EUC-JP | 汁??億? | 10111101110000010011111100111111101100101010111100111111 | bdc13f3fb2af3f |
UTF-8 | 汁흗횟億렩 | 111001101011000110000001111011011001110110010111111011011001101010011111111001011000010010000100111010111010000010101001 | e6b181ed9d97ed9a9fe58484eba0a9 |
UHC | 汁흗횟億렩 | 11110001111100001100100011101001110010001011110111100101111000101000111010110111 | f1f0c8e9c8bde5e28eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)