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 | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ???淫?{d | 0011111100111111001111111000100011111010001111110111101101100100 | 3f3f3f88fa3f7b64 |
EUC-JP | ???淫?{d | 0011111100111111001111111011000011111100001111110111101101100100 | 3f3f3fb0fc3f7b64 |
UTF-8 | 列룸씈淫릜{d | 1110111110100110100111001110101110100011101110001110110010010100100010001110011010110111101010111110101110100110100111000111101101100100 | efa69ceba3b8ec9488e6b7abeba69c7b64 |
UHC | 列룸씈淫릜{d | 111001101110101010110111111010111001110110100000111010111110001010010000011110000111101101100100 | e6eab7eb9da0ebe290787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)