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 | ?堤? | 00111111100100101110011100111111 | 3f92e73f |
EUC-JP | ?堤珹 | 001111111100010011101001100011111100101111111011 | 3fc4e98fcbfb |
UTF-8 | 뤻堤珹 | 111010111010010010111011111001011010000010100100111001111000111110111001 | eba4bbe5a0a4e78fb9 |
UHC | 뤻堤珹 | 100011111110100111110000101001111110000011111011 | 8fe9f0a7e0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)