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 | 淲、謔芽勛逎 | 1111101101000100101001001110011010000010100010011110100011111010100010001110011110100011 | fb44a4e68289e8fa88e7a3 |
EUC-JP | ?、謔芽勛逎 | 001111111000111010100100111010111110001010110010111010101000111110110011111011101110111010100101 | 3f8ea4ebe2b2ea8fb3eeeea5 |
UTF-8 | 淲、謔芽勛逎 | 111001101011011110110010111011111011110110100100111010001010110010010100111010001000101010111101111001011000101110011011111010011000000010001110 | e6b7b2efbda4e8ac94e88abde58b9be9808e |
UHC | ??謔芽勛? | 001111110011111111111001110011001110010010110100111111011011001000111111 | 3f3ff9cce4b4fdb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)