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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 玻[玻[^ | 11100000110111100101101111100000110111100101101101011110 | e0de5be0de5b5e |
EUC-JP | 玻[玻[^ | 11100000111000000101101111100000111000000101101101011110 | e0e05be0e05b5e |
UTF-8 | 玻[玻[^ | 111001111000111010111011010110111110011110001110101110110101101101011110 | e78ebb5be78ebb5b5e |
UHC | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)