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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 浯俸u^ | 11111010111111001001010111101110100000101001010101011110 | fafc95ee82955e |
EUC-JP | 浯俸u^ | 1000111111000111110000111100101011110000101000111111010101011110 | 8fc7c3caf0a3f55e |
UTF-8 | 浯俸u^ | 11100110101101011010111111100100101111111011100011101111101111011001010101011110 | e6b5afe4bfb8efbd955e |
UHC | ?俸u^ | 001111111101110011100100101000111111010101011110 | 3fdce4a3f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)