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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 題?勵題??E | 10010001111010000011111110011001101011011001000111101000001111110011111101000101 | 91e83f99ad91e83f3f45 |
EUC-JP | 題?勵題??E | 11000010111010100011111111010010101011111100001011101010001111110011111101000101 | c2ea3fd2afc2ea3f3f45 |
UTF-8 | 題띕勵題띄ㄿE | 11101001101000011000110011101011100111011001010111100101100010111011010111101001101000011000110011101011100111011000010011100011100001001011111101000101 | e9a18ceb9d95e58bb5e9a18ceb9d84e384bf45 |
UHC | 題띕勵題띄ㄿE | 11110000101110011011011011101011110101011110010011110000101110011011011011100111101001001010111101000101 | f0b9b6ebd5e4f0b9b6e7a4af45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)