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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 室質^ | 1000111010111010100011101011111101011110 | 8eba8ebf5e |
EUC-JP | 室質^ | 1011110010111100101111001100000101011110 | bcbcbcc15e |
UTF-8 | 室質^ | 11100101101011101010010011101000101100111010101001011110 | e5aea4e8b3aa5e |
UHC | 室質^ | 1110001111111000111100101111010101011110 | e3f8f2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)