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 | 霎懷クク譴 | 1110100010111110100111001110010110111000101110001110011010100010 | e8be9ce5b8b8e6a2 |
EUC-JP | 霎懷クク譴 | 11110000110000001101100011100111100011101011100010001110101110001110110010100100 | f0c0d8e78eb88eb8eca4 |
UTF-8 | 霎懷クク譴 | 111010011001110010001110111001101000011110110111111011111011110110111000111011111011110110111000111010001010110110110100 | e99c8ee687b7efbdb8efbdb8e8adb4 |
UHC | ?懷??譴 | 00111111111111001110001100111111001111111100110010111001 | 3ffce33f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)