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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 室鈼質^ | 111100001110101110001110101110101111101111000110100011101011111101011110 | f0eb8ebafbc68ebf5e |
EUC-JP | ?室鈼質^ | 001111111011110010111100100011111110001111010110101111001100000101011110 | 3fbcbc8fe3d6bcc15e |
UTF-8 | 室鈼質^ | 11101110100000101010101011100101101011101010010011101001100010001011110011101000101100111010101001011110 | ee82aae5aea4e988bce8b3aa5e |
UHC | ?室?質^ | 00111111111000111111100000111111111100101111010101011110 | 3fe3f83ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)