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 | 癲??泣ε? | 111000011001111100111111001111111000101110000011100000111100001100111111 | e19f3f3f8b8383c33f |
EUC-JP | 癲??泣ε? | 111000101010000100111111001111111011010111100011101001101100010100111111 | e2a13f3fb5e3a6c53f |
UTF-8 | 癲뚮맮泣ε♤ | 1110011110011001101100101110101110011010101011101110101110100111101011101110011010110011101000111100111010110101111000101001100110100100 | e799b2eb9aaeeba7aee6b3a3ceb5e299a4 |
UHC | 癲뚮맮泣ε♤ | 111011111010011010001100111010111001000010110101111010111110100010100101111001011010001010111011 | efa68ceb90b5ebe8a5e5a2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)