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 | 額??節? | 10001010011110100011111100111111100100001101111100111111 | 8a7a3f3f90df3f |
EUC-JP | 額??節? | 10110011110110110011111100111111110000001110000100111111 | b3db3f3fc0e13f |
UTF-8 | 額닺쾷節녕 | 111010011010000110001101111010111000101110111010111011001011111010110111111001111010111110000000111010111000010110010101 | e9a18deb8bbaecbeb7e7af80eb8595 |
UHC | 額닺쾷節녕 | 11100100111111101011010011101000101100101000110111101111101111011011001111100111 | e4feb4e8b28defbdb3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)