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 | ?g?BF | 001111111000001010000111001111110100001001000110 | 3f82873f4246 |
EUC-JP | ?g?BF | 001111111010001111100111001111110100001001000110 | 3fa3e73f4246 |
UTF-8 | 緣g퀪BF | 1110011110110111101000111110111110111101100001111110110110000000101010100100001001000110 | e7b7a3efbd87ed80aa4246 |
UHC | 緣g퀪BF | 1110011011011110101000111110011110110011100111100100001001000110 | e6dea3e7b39e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)