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 | 隱h? | 1110100010101010100000101000100000111111 | e8aa82883f |
EUC-JP | 隱h? | 1111000010101100101000111110100000111111 | f0aca3e83f |
UTF-8 | 隱h뀯 | 111010011001101010110001111011111011110110001000111010111000000010101111 | e99ab1efbd88eb80af |
UHC | 隱h뀯 | 111010111101111110100011111010001000010110100101 | ebdfa3e885a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)