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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | 涑涑[涑涑[^ | 100011111100011111001000100011111100011111001000010110111000111111000111110010001000111111000111110010000101101101011110 | 8fc7c88fc7c85b8fc7c88fc7c85b5e |
UTF-8 | 涑涑[涑涑[^ | 111001101011011010010001111001101011011010010001010110111110011010110110100100011110011010110110100100010101101101011110 | e6b691e6b6915be6b691e6b6915b5e |
UHC | 涑涑[涑涑[^ | 1110000111010111111000011101011101011011111000011101011111100001110101110101101101011110 | e1d7e1d75be1d7e1d75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)