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 | 之?? | 10010100010101100011111100111111 | 94563f3f |
EUC-JP | 之?? | 11000111101101110011111100111111 | c7b73f3f |
UTF-8 | 之ㅺ㏇ | 111001001011100110001011111000111000010110111010111000111000111110000111 | e4b98be385bae38f87 |
UHC | 之ㅺ㏇ | 111100011111110110100100111010101010001011100001 | f1fda4eaa2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)