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 | ???違ε? | 0011111100111111001111111000100011100001100000111100001100111111 | 3f3f3f88e183c33f |
EUC-JP | ???違ε? | 0011111100111111001111111011000011100011101001101100010100111111 | 3f3f3fb0e3a6c53f |
UTF-8 | 閭잆룗違ε쳞 | 1110111110100110100001101110110010011110100001101110101110100011100101111110100110000001100101011100111010110101111011001011001110011110 | efa686ec9e86eba397e98195ceb5ecb39e |
UHC | 閭잆룗違ε쳞 | 111001101010110110011111111000111000111110010011111010101101111010100101111001011010101110000100 | e6ad9fe38f93eadea5e5ab84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)