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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 綉綉B | 1110001101010100111000110101010001000010 | e354e35442 |
EUC-JP | 綉綉B | 1110010110110101111001011011010101000010 | e5b5e5b542 |
UTF-8 | 綉綉B | 11100111101101101000100111100111101101101000100101000010 | e7b689e7b68942 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)