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 | 00111111100100010100010001010000 | 3f914450 |
EUC-JP | ?船P | 00111111110000011010010101010000 | 3fc1a550 |
UTF-8 | 윙船P | 11101100100111001001100111101000100010001011100101010000 | ec9c99e888b950 |
UHC | 윙船P | 1100000010101110111000001100111101010000 | c0aee0cf50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)