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 | 悅β? | 1111101010111101100000111100000000111111 | fabd83c03f |
EUC-JP | ?β? | 00111111101001101100001000111111 | 3fa6c23f |
UTF-8 | 悅β뀼 | 1110011010000010100001011100111010110010111010111000000010111100 | e68285ceb2eb80bc |
UHC | 悅β뀼 | 111001101110110110100101111000101000010110110010 | e6eda5e285b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)