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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 要ら??? | 10010111011101101000001011100111001111110011111100111111 | 977682e73f3f3f |
EUC-JP | 要ら??? | 11001101110101111010010011101001001111110011111100111111 | cdd7a4e93f3f3f |
UTF-8 | 要ら뜈勵뺡 | 111010001010011010000001111000111000001010001001111010111001110010001000111011111010010110111111111010111011101010100001 | e8a681e38289eb9c88efa5bfebbaa1 |
UHC | 要ら뜈勵뺡 | 11101001101010011010101011101001100011011000101111100101111110101001010111101001 | e9a9aae98d8be5fa95e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)