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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | テヲt | 110000111010011001110100 | c3a674 |
EUC-JP | テヲt | 1000111011000011100011101010011001110100 | 8ec38ea674 |
UTF-8 | テヲt | 11101111101111101000001111101111101111011010011001110100 | efbe83efbda674 |
UHC | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)