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 | 辷セ驕ッ嵭・ | 111001111000100010111110111010011000000110101111111110101011001110100101 | e788bee981affab3a5 |
EUC-JP | 辷セ驕ッ嵭・ | 11101101111010001000111010111110111100011110000110001110101011111000111110111011110111101000111010100101 | ede88ebef1e18eaf8fbbde8ea5 |
UTF-8 | 辷セ驕ッ嵭・ | 111010001011111010110111111011111011110110111110111010011010100110010101111011111011110110101111111001011011010110101101111011111011110110100101 | e8beb7efbdbee9a995efbdafe5b5adefbda5 |
UHC | ??驕??? | 00111111001111111100111011110110001111110011111100111111 | 3f3fcef63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)