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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?悽液 | 0011111110011100101011001000100101110100 | 3f9cac8974 |
EUC-JP | ?悽液 | 0011111111011000101011101011000111010101 | 3fd8aeb1d5 |
UTF-8 | 뤋悽液 | 111010111010010010001011111001101000001010111101111001101011011010110010 | eba48be682bde6b6b2 |
UHC | 뤋悽液 | 100011111011101111110100101001001110010011111011 | 8fbbf4a4e4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)