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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 執質勺篠 | 1000111010110111100011101011111110001110110110011000111011000010 | 8eb78ebf8ed98ec2 |
EUC-JP | 執質勺篠 | 1011110010111001101111001100000110111100110110111011110011000100 | bcb9bcc1bcdbbcc4 |
UTF-8 | 執質勺篠 | 111001011001111110110111111010001011001110101010111001011000101110111010111001111010111110100000 | e59fb7e8b3aae58bbae7afa0 |
UHC | 執質勺篠 | 1111001011111011111100101111010111101101110000111110000111000110 | f2fbf2f5edc3e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)