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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 淲「辷セ韈ク霎 | 1111101101000100101000101110011110001000101111101110100011100111101110001110100010111110 | fb44a2e788bee8e7b8e8be |
EUC-JP | ?「辷セ韈ク霎 | 00111111100011101010001011101101111010001000111010111110111100001110100110001110101110001111000011000000 | 3f8ea2ede88ebef0e98eb8f0c0 |
UTF-8 | 淲「辷セ韈ク霎 | 111001101011011110110010111011111011110110100010111010001011111010110111111011111011110110111110111010011001111110001000111011111011110110111000111010011001110010001110 | e6b7b2efbda2e8beb7efbdbee99f88efbdb8e99c8e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)