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 | 葯究稀矍 | 1110010011011110100010111000011010001011010010001110000111011101 | e4de8b868b48e1dd |
EUC-JP | 葯究稀矍 | 1110100011100000101101011110011010110101101010011110001011011111 | e8e0b5e6b5a9e2df |
UTF-8 | 葯究稀矍 | 111010001001000110101111111001111010100110110110111001111010100010000000111001111001111110001101 | e891afe7a9b6e7a880e79f8d |
UHC | 葯究稀? | 11100101101101011100111110111100111111011111110000111111 | e5b5cfbcfdfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)