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 | ?悼裨 | 0011111110010011100010011110010111101001 | 3f9389e5e9 |
EUC-JP | ?悼裨 | 0011111111000101111010011110101011101011 | 3fc5e9eaeb |
UTF-8 | 뤯悼裨 | 111010111010010010101111111001101000001010111100111010001010001110101000 | eba4afe682bce8a3a8 |
UHC | 뤯悼裨 | 100011111101110111010011111110101101111010100101 | 8fddd3fadea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)