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 | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 謝爵Vh謝爵V | 1000111011010011100011101101110101010110011010001000111011010011100011101101110101010110 | 8ed38edd56688ed38edd56 |
EUC-JP | 謝爵Vh謝爵V | 1011110011010101101111001101111101010110011010001011110011010101101111001101111101010110 | bcd5bcdf5668bcd5bcdf56 |
UTF-8 | 謝爵Vh謝爵V | 111010001010110010011101111001111000100010110101010101100110100011101000101011001001110111100111100010001011010101010110 | e8ac9de788b55668e8ac9de788b556 |
UHC | 謝爵Vh謝爵V | 1101111011110011111011011100100101010110011010001101111011110011111011011100100101010110 | def3edc95668def3edc956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)