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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???泣→Ⅷ | 001111110011111100111111100010111000001110000001101010001000011101011011 | 3f3f3f8b8381a8875b |
EUC-JP | 孼??泣→? | 10001111101110101100001100111111001111111011010111100011101000101010101000111111 | 8fbac33f3fb5e3a2aa3f |
UTF-8 | 孼띠룆泣→Ⅷ | 111001011010110110111100111010111001110110100000111010111010001110000110111001101011001110100011111000101000011010010010111000101000010110100111 | e5adbceb9da0eba386e6b3a3e28692e285a7 |
UHC | 孼띠룆泣→Ⅷ | 111001011110110110110110111011001000111110000101111010111110100010100001111001101010010110110111 | e5edb6ec8f85ebe8a1e6a5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)