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 | ?叔] | 00111111100011110110011001011101 | 3f8f665d |
EUC-JP | 鉥叔] | 100011111110001111101000101111011100011101011101 | 8fe3e8bdc75d |
UTF-8 | 鉥叔] | 11101001100010011010010111100101100011111001010001011101 | e989a5e58f945d |
UHC | 鉥叔] | 1110001011111100111000101101001001011101 | e2fce2d25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)