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 | 塢??級橈 | 1001101011000111001111110011111110001011100010011001111011110100 | 9ac73f3f8b899ef4 |
EUC-JP | 塢??級橈 | 1101010011001001001111110011111110110101111010011101110011110110 | d4c93f3fb5e9dcf6 |
UTF-8 | 塢곩뻔級橈 | 111001011010000110100010111010101011001110101001111010111011101110010100111001111011010010011010111001101010100110001000 | e5a1a2eab3a9ebbb94e7b49ae6a988 |
UHC | 塢곩뻔級橈 | 11100111111100011000000111100101101110111011011111010000111001001110100011111010 | e7f181e5bbb7d0e4e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)