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 | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 淫?庇d | 100010001111101000111111100101001101110101100100 | 88fa3f94dd64 |
EUC-JP | 淫?庇d | 101100001111110000111111110010001101111101100100 | b0fc3fc8df64 |
UTF-8 | 淫꿴庇d | 11100110101101111010101111101010101111111011010011100101101110101000011101100100 | e6b7abeabfb4e5ba8764 |
UHC | 淫꿴庇d | 11101011111000101011001011101001110111011110011101100100 | ebe2b2e9dde764 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)