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 | ?^? | 001111110101111000111111 | 3f5e3f |
SJIS-WIN | ?^? | 001111110101111000111111 | 3f5e3f |
EUC-JP | ?^? | 001111110101111000111111 | 3f5e3f |
UTF-8 | 찼^채 | 11101100101100001011110001011110111011001011000110000100 | ecb0bc5eecb184 |
UHC | 찼^채 | 1100001110100001010111101100001110100100 | c3a15ec3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)