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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ、ン | 1100001110100100110111011111010101011101 | c3a4ddf55d |
EUC-JP | テ、ン? | 10001110110000111000111010100100100011101101110100111111 | 8ec38ea48edd3f |
UTF-8 | テ、ン | 111011111011111010000011111011111011110110100100111011111011111010011101111011101000111110001001 | efbe83efbda4efbe9dee8f89 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)