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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鳫耳 | 111010011110110110001110101010001111000010101110 | e9ed8ea8f0ae |
EUC-JP | 鳫耳? | 1111001011101111101111001010101000111111 | f2efbcaa3f |
UTF-8 | 鳫耳 | 111010011011001110101011111010001000000010110011111011101000000110101101 | e9b3abe880b3ee81ad |
UHC | ?耳? | 00111111111011001011110000111111 | 3fecbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)