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 | 杖?? | 10001111111100010011111100111111 | 8ff13f3f |
EUC-JP | 杖?? | 10111110111100110011111100111111 | bef33f3f |
UTF-8 | 杖쏁엡 | 111001101001110110010110111011001000111110000001111011001001011110100001 | e69d96ec8f81ec97a1 |
UHC | 杖쏁엡 | 111011011110100010011011111001111011111110100110 | ede89be7bfa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)