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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 小邵瀟G | 10001111101011001110011110111000111000000110111001000111 | 8face7b8e06e47 |
EUC-JP | 小邵瀟G | 10111110101011101110111010111010110111111100111101000111 | beaeeebadfcf47 |
UTF-8 | 小邵瀟G | 11100101101100001000111111101001100000101011010111100111100000001001111101000111 | e5b08fe982b5e7809f47 |
UHC | 小邵瀟G | 11100001101100111110000111010000111000011011111001000111 | e1b3e1d0e1be47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)