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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??、繼 | 001111110011111110000001010000011110001110001011 | 3f3f8141e38b |
EUC-JP | ??、繼 | 001111110011111110100001101000101110010111101011 | 3f3fa1a2e5eb |
UTF-8 | 뤦句、繼 | 111010111010010010100110111011111010010010000110111000111000000010000001111001111011100110111100 | eba4a6efa486e38081e7b9bc |
UHC | 뤦句、繼 | 1000111111010100110011111111101110100001101000101100110110101001 | 8fd4cffba1a2cda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)