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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 狎??雅? | 11100000101111100011111100111111100010011110101100111111 | e0be3f3f89eb3f |
EUC-JP | 狎??雅烘 | 111000001100000000111111001111111011001011101101100011111100100111011110 | e0c03f3fb2ed8fc9de |
UTF-8 | 狎띷돮雅烘 | 111001111000101110001110111010111001110110110111111010111000111110101110111010011001101110000101111001111000001110011000 | e78b8eeb9db7eb8faee99b85e78398 |
UHC | 狎띷돮雅烘 | 11100100111001001000110111100110100010011011000111100100101110101111101111110100 | e4e48de689b1e4bafbf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)