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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮」遘倪亜 | 111010011010101110100011111001111010011110011000111000101000100010011111 | e9aba3e7a798e2889f |
EUC-JP | 鬮」遘倪亜 | 11110010101011011000111010100011111011101010100111010000111001001011000010100001 | f2ad8ea3eea9d0e4b0a1 |
UTF-8 | 鬮」遘倪亜 | 111010011010110010101110111011111011110110100011111010011000000110011000111001011000000010101010111001001011101010011100 | e9acaeefbda3e98198e580aae4ba9c |
UHC | ???倪? | 001111110011111100111111111001111101001000111111 | 3f3f3fe7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)