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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ?晩P | 00111111100101001101001101010000 | 3f94d350 |
EUC-JP | ?晩P | 00111111110010001101010101010000 | 3fc8d550 |
UTF-8 | 윔晩P | 11101100100111001001010011100110100110011010100101010000 | ec9c94e699a950 |
UHC | 윔晩P | 1100000010101011110110001011100101010000 | c0abd8b950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)