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 | 110000111010100101111011110000111010000101110011 | c3a97bc3a173 |
EUC-JP | テゥ{テ。s | 10001110110000111000111010101001011110111000111011000011100011101010000101110011 | 8ec38ea97b8ec38ea173 |
UTF-8 | テゥ{テ。s | 1110111110111110100000111110111110111101101010010111101111101111101111101000001111101111101111011010000101110011 | efbe83efbda97befbe83efbda173 |
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)