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 | 陂伎サ看ヲ隱 | 11101000100110001000101011101010101110111000101011000101101001101110100010101010 | e8988aeabb8ac5a6e8aa |
EUC-JP | 陂伎サ看ヲ隱 | 111011111111100010110100111011001000111010111011101101001100011110001110101001101111000010101100 | eff8b4ec8ebbb4c78ea6f0ac |
UTF-8 | 陂伎サ看ヲ隱 | 111010011001100110000010111001001011110010001110111011111011110110111011111001111001110010001011111011111011110110100110111010011001101010110001 | e99982e4bc8eefbdbbe79c8befbda6e99ab1 |
UHC | 陂伎?看?隱 | 11111001101011101101000011101011001111111100101011010111001111111110101111011111 | f9aed0eb3fcad73febdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)