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 | 躁?諍?蹟 | 1110011101001110001111111110011001111001001111111001000011010110 | e74e3fe6793f90d6 |
EUC-JP | 躁?諍?蹟 | 1110110110101111001111111110101111011010001111111100000011011000 | edaf3febda3fc0d8 |
UTF-8 | 躁렕諍렣蹟 | 111010001011101010000001111010111010000010010101111010001010101110001101111010111010000010100011111010001011100110011111 | e8ba81eba095e8ab8deba0a3e8b99f |
UHC | 躁렕諍렣蹟 | 11110000111000101000111010101010111011101011010110001110101101001110111011100111 | f0e28eaaeeb58eb4eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)