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 | 辷シ逞ウ鮟 | 1110011110001000101111001110011110010111101100111110100110111011 | e788bce797b3e9bb |
EUC-JP | 辷シ逞ウ鮟 | 11101101111010001000111010111100111011011111011110001110101100111111001010111101 | ede88ebcedf78eb3f2bd |
UTF-8 | 辷シ逞ウ鮟 | 111010001011111010110111111011111011110110111100111010011000000010011110111011111011110110110011111010011010111010011111 | e8beb7efbdbce9809eefbdb3e9ae9f |
UHC | ??逞?鮟 | 00111111001111111101011011000001001111111110010011010101 | 3f3fd6c13fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)