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 | 棧\ | 11100110101000111010011101011100 | e6a3a75c |
SJIS-WIN | ?£§\ | 001111111000000110010010100000011001100001011100 | 3f819281985c |
EUC-JP | 棧\ | 1000111110101001110000011010000111110010101000011111100001011100 | 8fa9c1a1f2a1f85c |
UTF-8 | 棧\ | 11000011101001101100001010100011110000101010011101011100 | c3a6c2a3c2a75c |
UHC | æ?§\ | 101010011010000100111111101000011101011101011100 | a9a13fa1d75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)