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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 弑??曖?? | 1001110001010101001111110011111110011110010000100011111100111111 | 9c553f3f9e423f3f |
EUC-JP | 弑??曖?? | 1101011110110110001111110011111111011011101000110011111100111111 | d7b63f3fdba33f3f |
UTF-8 | 弑뗮뢇曖꼷뢖 | 111001011011110010010001111010111001011110101110111010111010001010000111111001101001101110010110111010101011110010110111111010111010001010010110 | e5bc91eb97aeeba287e69b96eabcb7eba296 |
UHC | 弑뗮뢇曖꼷뢖 | 111000111011110110001011111011011000111101000011111001001111001010000100100011111000111101010001 | e3bd8bed8f43e4f2848f8f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)