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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ?i?BF | 001111111000001010001001001111110100001001000110 | 3f82893f4246 |
EUC-JP | ?i?BF | 001111111010001111101001001111110100001001000110 | 3fa3e93f4246 |
UTF-8 | 緣i뇸BF | 1110011110110111101000111110111110111101100010011110101110000111101110000100001001000110 | e7b7a3efbd89eb87b84246 |
UHC | 緣i뇸BF | 1110011011011110101000111110100110000111100111000100001001000110 | e6dea3e9879c4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)