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?? | 0011111100111111010001100011111100111111 | 3f3f463f3f |
SJIS-WIN | 轤ュF蜈カ | 11100111100000101010110101000110111001011000010110110110 | e782ad46e585b6 |
EUC-JP | 轤ュF蜈カ | 111011011110001010001110101011010100011011101001111001011000111010110110 | ede28ead46e9e58eb6 |
UTF-8 | 轤ュF蜈カ | 11101000101111011010010011101111101111011010110101000110111010001001110010001000111011111011110110110110 | e8bda4efbdad46e89c88efbdb6 |
UHC | ??F蜈? | 001111110011111101000110111010001010010100111111 | 3f3f46e8a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)