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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 識h識 | 1000111010101111011010001000111010101111 | 8eaf688eaf |
EUC-JP | 識h識 | 1011110010110001011010001011110010110001 | bcb168bcb1 |
UTF-8 | 識h識 | 11101000101011011001100001101000111010001010110110011000 | e8ad9868e8ad98 |
UHC | 識h識 | 1110001111011011011010001110001111011011 | e3db68e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)