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 | ?堤審 | 0011111110010010111001111001000001010010 | 3f92e79052 |
EUC-JP | ?堤審 | 0011111111000100111010011011111110110011 | 3fc4e9bfb3 |
UTF-8 | 뤻堤審 | 111010111010010010111011111001011010000010100100111001011010111110101001 | eba4bbe5a0a4e5afa9 |
UHC | 뤻堤審 | 100011111110100111110000101001111110001111111011 | 8fe9f0a7e3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)