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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 予??餘 | 100101110101110000111111001111111110100101010000 | 975c3f3fe950 |
EUC-JP | 予??餘 | 110011011011110100111111001111111111000110110001 | cdbd3f3ff1b1 |
UTF-8 | 予면뫜餘 | 111001001011101010001000111010111010100110110100111010111010101110011100111010011010010010011000 | e4ba88eba9b4ebab9ce9a498 |
UHC | 予면뫜餘 | 1110010111111000101110001110100110010001101111001110011010101110 | e5f8b8e991bce6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)