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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?悸\ | 00111111100111001010011101011100 | 3f9ca75c |
EUC-JP | ?悸\ | 00111111110110001010100101011100 | 3fd8a95c |
UTF-8 | 뤌悸\ | 11101011101001001000110011100110100000101011100001011100 | eba48ce682b85c |
UHC | 뤌悸\ | 1000111110111100110011001111101101011100 | 8fbcccfb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)