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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?晩 | 001111111001010011010011 | 3f94d3 |
EUC-JP | ?晩 | 001111111100100011010101 | 3fc8d5 |
UTF-8 | 엎晩 | 111011001001011110001110111001101001100110101001 | ec978ee699a9 |
UHC | 엎晩 | 10111110111111101101100010111001 | befed8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)