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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 爭猩牀瀟^ | 111000001010010111100000110011011110000010101100111000000110111001011110 | e0a5e0cde0ace06e5e |
EUC-JP | 爭猩牀瀟^ | 111000001010011111100000110011111110000010101110110111111100111101011110 | e0a7e0cfe0aedfcf5e |
UTF-8 | 爭猩牀瀟^ | 11100111100010001010110111100111100011001010100111100111100010011000000011100111100000001001111101011110 | e788ade78ca9e78980e7809f5e |
UHC | 爭猩牀瀟^ | 111011101011001111100000111110101101111111010001111000011011111001011110 | eeb3e0fadfd1e1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)