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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 塢????? | 10011010110001110011111100111111001111110011111100111111 | 9ac73f3f3f3f3f |
EUC-JP | 塢????? | 11010100110010010011111100111111001111110011111100111111 | d4c93f3f3f3f3f |
UTF-8 | 塢녽뀎蓼뺟쎗 | 111001011010000110100010111010111000010110111101111010111000000010001110111011111010011110000010111010111011101010011111111011001000111010010111 | e5a1a2eb85bdeb808eefa782ebba9fec8e97 |
UHC | 塢녽뀎蓼뺟쎗 | 111001111111000110000110111010011000010110001001111010011010011110010101111001111001101110111110 | e7f186e98589e9a795e79bbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)