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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?楔跣B | 001111111001111010110110111001101110111101000010 | 3f9eb6e6ef42 |
EUC-JP | ?楔跣B | 001111111101110010111000111011001111000101000010 | 3fdcb8ecf142 |
UTF-8 | 뾸楔跣B | 11101011101111101011100011100110101001011001010011101000101101111010001101000010 | ebbeb8e6a594e8b7a342 |
UHC | 뾸楔跣B | 10010111011110101110000011011011111000001101001101000010 | 977ae0dbe0d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)