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 | 銹伎サ看ヲ隱 | 11100111111101101000101011101010101110111000101011000101101001101110100010101010 | e7f68aeabb8ac5a6e8aa |
EUC-JP | 銹伎サ看ヲ隱 | 111011101111100010110100111011001000111010111011101101001100011110001110101001101111000010101100 | eef8b4ec8ebbb4c78ea6f0ac |
UTF-8 | 銹伎サ看ヲ隱 | 111010011000101010111001111001001011110010001110111011111011110110111011111001111001110010001011111011111011110110100110111010011001101010110001 | e98ab9e4bc8eefbdbbe79c8befbda6e99ab1 |
UHC | 銹伎?看?隱 | 11100010110010001101000011101011001111111100101011010111001111111110101111011111 | e2c8d0eb3fcad73febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)