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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 掩??孩?^ | 1000100110000110001111110011111110011011011101110011111101011110 | 89863f3f9b773f5e |
EUC-JP | 掩??孩?^ | 1011000111100110001111110011111111010101110110000011111101011110 | b1e63f3fd5d83f5e |
UTF-8 | 掩뽯돀孩밹^ | 11100110100011101010100111101011101111011010111111101011100011111000000011100101101011011010100111101011101100001011100101011110 | e68ea9ebbdafeb8f80e5ada9ebb0b95e |
UHC | 掩뽯돀孩밹^ | 1110010111110011100101101110101110001001100100111111101010101001100100110110001101011110 | e5f396eb8993faa993635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)