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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?悸] | 00111111100111001010011101011101 | 3f9ca75d |
EUC-JP | ?悸] | 00111111110110001010100101011101 | 3fd8a95d |
UTF-8 | 룴悸] | 11101011101000111011010011100110100000101011100001011101 | eba3b4e682b85d |
UHC | 룴悸] | 1000111110101001110011001111101101011101 | 8fa9ccfb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)