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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 醍?淫?{d | 1001000111100111001111111000100011111010001111110111101101100100 | 91e73f88fa3f7b64 |
EUC-JP | 醍?淫?{d | 1100001011101001001111111011000011111100001111110111101101100100 | c2e93fb0fc3f7b64 |
UTF-8 | 醍렎淫촨{d | 1110100110000110100011011110101110100000100011101110011010110111101010111110110010110100101010000111101101100100 | e9868deba08ee6b7abecb4a87b64 |
UHC | 醍렎淫촨{d | 11110000101101011000111010100100111010111110001011000011110100110111101101100100 | f0b58ea4ebe2c3d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)