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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讒顔キャ | 111001101010011110001010111001111011011110101100 | e6a78ae7b7ac |
EUC-JP | 讒顔キャ | 1110110010101001101101001110100110001110101101111000111010101100 | eca9b4e98eb78eac |
UTF-8 | 讒顔キャ | 111010001010111010010010111010011010000110010100111011111011110110110111111011111011110110101100 | e8ae92e9a194efbdb7efbdac |
UHC | 讒顔?? | 111100111101100011100100110101000011111100111111 | f3d8e4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)