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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貅・ヌレ | 11100110101110101111000110111001101001011100011111011010 | e6baf1b9a5c7da |
EUC-JP | 貅?・ヌレ | 111011001011110000111111100011101010010110001110110001111000111011011010 | ecbc3f8ea58ec78eda |
UTF-8 | 貅・ヌレ | 111010001011001010000101111011101000010010110100111011111011110110100101111011111011111010000111111011111011111010011010 | e8b285ee84b4efbda5efbe87efbe9a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)