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 | ?悸^ | 00111111100111001010011101011110 | 3f9ca75e |
EUC-JP | ?悸^ | 00111111110110001010100101011110 | 3fd8a95e |
UTF-8 | 룴悸^ | 11101011101000111011010011100110100000101011100001011110 | eba3b4e682b85e |
UHC | 룴悸^ | 1000111110101001110011001111101101011110 | 8fa9ccfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)