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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 熊?凋?E | 10001100010001100011111110010010100111000011111101000101 | 8c463f929c3f45 |
EUC-JP | 熊?凋?E | 10110111101001110011111111000011111111000011111101000101 | b7a73fc3fc3f45 |
UTF-8 | 熊렭凋렪E | 11100111100001101000101011101011101000001010110111100101100001111000101111101011101000001010101001000101 | e7868aeba0ade5878beba0aa45 |
UHC | 熊렭凋렪E | 111010101010100010001110101110101111000010111101100011101011100001000101 | eaa88ebaf0bd8eb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)