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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 莊種就F | 11100100101101011000111011101101100011110100000101000110 | e4b58eed8f4146 |
EUC-JP | 莊種就F | 11101000101101111011110011101111101111011010001001000110 | e8b7bcefbda246 |
UTF-8 | 莊種就F | 11101000100011101000101011100111101010001010111011100101101100001011000101000110 | e88e8ae7a8aee5b0b146 |
UHC | 莊種就F | 11101101111101101111000011111010111101101010011001000110 | edf6f0faf6a646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)