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 | ??º^ | 00111111001111111011101001011110 | 3f3fba5e |
SJIS-WIN | 戍??^ | 1001110011111001001111110011111101011110 | 9cf93f3f5e |
EUC-JP | 戍?º^ | 11011000111110110011111110001111101000101110101101011110 | d8fb3f8fa2eb5e |
UTF-8 | 戍㏆º^ | 111001101000100010001101111000111000111110000110110000101011101001011110 | e6888de38f86c2ba5e |
UHC | 戍㏆º^ | 11100010101000011010011111101111101010001010110001011110 | e2a1a7efa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)