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 | ?????lB | 00111111001111110011111100111111001111110110110001000010 | 3f3f3f3f3f6c42 |
SJIS-WIN | 該??藝?lB | 100010100101100100111111001111111110010101011001001111110110110001000010 | 8a593f3fe5593f6c42 |
EUC-JP | 該??藝?lB | 101100111011101000111111001111111110100110111010001111110110110001000010 | b3ba3f3fe9ba3f6c42 |
UTF-8 | 該뚲궙藝礖lB | 1110100010101001101100101110101110011010101100101110101010110110100110011110100010010111100111011110011110100100100101100110110001000010 | e8a9b2eb9ab2eab699e8979de7a4966c42 |
UHC | 該뚲궙藝礖lB | 111110101011000110001100111011101000001010101110111001111101110111100110101001100110110001000010 | fab18cee82aee7dde6a66c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)