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 | ???殃▼? | 0011111100111111001111111001111101101001100000011010010100111111 | 3f3f3f9f6981a53f |
EUC-JP | ???殃▼? | 0011111100111111001111111101110111001010101000101010011100111111 | 3f3f3fddcaa2a73f |
UTF-8 | 溜븀몯殃▼ㄲ | 111011111010011110001011111010111011100010000000111010111010101010101111111001101010111010000011111000101001011010111100111000111000010010110010 | efa78bebb880ebaaafe6ae83e296bce384b2 |
UHC | 溜븀몯殃▼ㄲ | 111010101111111010111010111001111001000110011001111001001110101010100001111001011010010010100010 | eafebae79199e4eaa1e5a4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)