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 | ?低? | 00111111100100101110000100111111 | 3f92e13f |
EUC-JP | ?低? | 00111111110001001110001100111111 | 3fc4e33f |
UTF-8 | 쉠低뤑 | 111011001000100110100000111001001011110110001110111010111010010010010001 | ec89a0e4bd8eeba491 |
UHC | 쉠低뤑 | 101111011010101011101110101110001000111111000001 | bdaaeeb88fc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)