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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 戰?⇒ | 1001110101000100001111111000000111001011 | 9d443f81cb |
EUC-JP | 戰?⇒ | 1101100110100101001111111010001011001101 | d9a53fa2cd |
UTF-8 | 戰폄⇒ | 111001101000100010110000111011011000111110000100111000101000011110010010 | e688b0ed8f84e28792 |
UHC | 戰폄⇒ | 111011101111101011000110111011111010001010100001 | eefac6efa2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)