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 | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | 雅⑥?唯?V | 100010011110101110000111010001010011111110010111010000100011111101010110 | 89eb87453f97423f56 |
EUC-JP | 雅??唯?V | 1011001011101101001111110011111111001101101000110011111101010110 | b2ed3f3fcda33f56 |
UTF-8 | 雅⑥슖唯늂V | 11101001100110111000010111100010100100011010010111101100100010101001011011100101100101001010111111101011100010101000001001010110 | e99b85e291a5ec8a96e594afeb8a8256 |
UHC | 雅⑥슖唯늂V | 1110010010111010101010001110110010011010101001011110101011100110100010000101000101010110 | e4baa8ec9aa5eae6885156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)