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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 謝璽謝式h | 100011101101001110001110101000111000111011010011100011101010111001101000 | 8ed38ea38ed38eae68 |
EUC-JP | 謝璽謝式h | 101111001101010110111100101001011011110011010101101111001011000001101000 | bcd5bca5bcd5bcb068 |
UTF-8 | 謝璽謝式h | 11101000101011001001110111100111100100101011110111101000101011001001110111100101101111001000111101101000 | e8ac9de792bde8ac9de5bc8f68 |
UHC | 謝璽謝式h | 110111101111001111011111110111101101111011110011111000111101001001101000 | def3dfdedef3e3d268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)