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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 掩??孩?B | 1000100110000110001111110011111110011011011101110011111101000010 | 89863f3f9b773f42 |
EUC-JP | 掩??孩?B | 1011000111100110001111110011111111010101110110000011111101000010 | b1e63f3fd5d83f42 |
UTF-8 | 掩뽯돀孩밪B | 11100110100011101010100111101011101111011010111111101011100011111000000011100101101011011010100111101011101100001010101001000010 | e68ea9ebbdafeb8f80e5ada9ebb0aa42 |
UHC | 掩뽯돀孩밪B | 1110010111110011100101101110101110001001100100111111101010101001100100110101001101000010 | e5f396eb8993faa9935342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)