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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 莉冶「萌B | 1110010010111011100101101110100010100010100101100100011101000010 | e4bb96e8a2964742 |
EUC-JP | 莉冶「萌B | 111010001011110111001100111010101000111010100010110010111010100001000010 | e8bdccea8ea2cba842 |
UTF-8 | 莉冶「萌B | 11101000100011101000100111100101100001101011011011101111101111011010001011101000100100001000110001000010 | e88e89e586b6efbda2e8908c42 |
UHC | 莉冶?萌B | 1101011111101001111001011010011100111111110110001111000001000010 | d7e9e5a73fd8f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)