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 | ??l??lB | 00111111001111110110110000111111001111110110110001000010 | 3f3f6c3f3f6c42 |
SJIS-WIN | 謝璽l謝璽lB | 1000111011010011100011101010001101101100100011101101001110001110101000110110110001000010 | 8ed38ea36c8ed38ea36c42 |
EUC-JP | 謝璽l謝璽lB | 1011110011010101101111001010010101101100101111001101010110111100101001010110110001000010 | bcd5bca56cbcd5bca56c42 |
UTF-8 | 謝璽l謝璽lB | 111010001010110010011101111001111001001010111101011011001110100010101100100111011110011110010010101111010110110001000010 | e8ac9de792bd6ce8ac9de792bd6c42 |
UHC | 謝璽l謝璽lB | 1101111011110011110111111101111001101100110111101111001111011111110111100110110001000010 | def3dfde6cdef3dfde6c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)