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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葯罹。 | 1110010011011110100111001110101110100001 | e4de9ceba1 |
EUC-JP | 葯罹。 | 111010001110000011011000111011011000111010100001 | e8e0d8ed8ea1 |
UTF-8 | 葯罹。 | 111010001001000110101111111001111011110110111001111011111011110110100001 | e891afe7bdb9efbda1 |
UHC | 葯罹? | 1110010110110101110101111110011100111111 | e5b5d7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)