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 | ?亨忍 | 0011111110001011100111001001010001000101 | 3f8b9c9445 |
EUC-JP | ?亨忍 | 0011111110110101111111001100011110100110 | 3fb5fcc7a6 |
UTF-8 | 뤚亨忍 | 111010111010010010011010111001001011101010101000111001011011111110001101 | eba49ae4baa8e5bf8d |
UHC | 뤚亨忍 | 100011111100100111111010111110111110110011011011 | 8fc9fafbecdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)