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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | テ。{テ。s | 110000111010000101111011110000111010000101110011 | c3a17bc3a173 |
EUC-JP | テ。{テ。s | 10001110110000111000111010100001011110111000111011000011100011101010000101110011 | 8ec38ea17b8ec38ea173 |
UTF-8 | テ。{テ。s | 1110111110111110100000111110111110111101101000010111101111101111101111101000001111101111101111011010000101110011 | efbe83efbda17befbe83efbda173 |
UHC | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)