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 | 邏懷涵 | 111001111011010010011100111001011001111110111100 | e7b49ce59fbc |
EUC-JP | 邏懷涵 | 111011101011011011011000111001111101111010111110 | eeb6d8e7debe |
UTF-8 | 邏懷涵 | 111010011000001010001111111001101000011110110111111001101011011010110101 | e9828fe687b7e6b6b5 |
UHC | 邏懷涵 | 110101011010010011111100111000111111100111100100 | d5a4fce3f9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)