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 | ????m | 0011111100111111001111110011111101101101 | 3f3f3f3f6d |
SJIS-WIN | 轤ォ霆クm | 11100111100000101010101111101000101110111011100001101101 | e782abe8bbb86d |
EUC-JP | 轤ォ霆クm | 111011011110001010001110101010111111000010111101100011101011100001101101 | ede28eabf0bd8eb86d |
UTF-8 | 轤ォ霆クm | 11101000101111011010010011101111101111011010101111101001100111001000011011101111101111011011100001101101 | e8bda4efbdabe99c86efbdb86d |
UHC | ??霆?m | 001111110011111111101111111111010011111101101101 | 3f3feffd3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)