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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 小邵瀟^ | 10001111101011001110011110111000111000000110111001011110 | 8face7b8e06e5e |
EUC-JP | 小邵瀟^ | 10111110101011101110111010111010110111111100111101011110 | beaeeebadfcf5e |
UTF-8 | 小邵瀟^ | 11100101101100001000111111101001100000101011010111100111100000001001111101011110 | e5b08fe982b5e7809f5e |
UHC | 小邵瀟^ | 11100001101100111110000111010000111000011011111001011110 | e1b3e1d0e1be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)