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 | ?悽曄 | 0011111110011100101011001001111001000000 | 3f9cac9e40 |
EUC-JP | ?悽曄 | 0011111111011000101011101101101110100001 | 3fd8aedba1 |
UTF-8 | 뤋悽曄 | 111010111010010010001011111001101000001010111101111001101001101110000100 | eba48be682bde69b84 |
UHC | 뤋悽曄 | 100011111011101111110100101001001110011110100101 | 8fbbf4a4e7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)