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 | 殿???諍 | 10010011011000010011111100111111001111111110011001111001 | 93613f3f3fe679 |
EUC-JP | 殿???諍 | 11000101110000100011111100111111001111111110101111011010 | c5c23f3f3febda |
UTF-8 | 殿당렮렩諍 | 111001101010111010111111111010111000101110111001111010111010000010101110111010111010000010101001111010001010101110001101 | e6aebfeb8bb9eba0aeeba0a9e8ab8d |
UHC | 殿당렮렩諍 | 11101110111111001011010011100111100011101011101110001110101101111110111010110101 | eefcb4e78ebb8eb7eeb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)