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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 齋??阻孟└ | 11100010010101100011111100111111100100010110101010010110110100001000010010100100 | e2563f3f916a96d084a4 |
EUC-JP | 齋®?阻孟└ | 111000111011011110001111101000101110111000111111110000011100101111001100110100101010100010100110 | e3b78fa2ee3fc1cbccd2a8a6 |
UTF-8 | 齋®狼阻孟└ | 1110100110111101100010111100001010101110111011111010010010101011111010011001100010111011111001011010110110011111111000101001010010010100 | e9bd8bc2aeefa4abe998bbe5ad9fe29494 |
UHC | 齋®狼阻孟└ | 111011101011000110100010111001111101001010101010111100001110011011011000111010111010011010100110 | eeb1a2e7d2aaf0e6d8eba6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)