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 | 11100101010111010011111110010010100111000011111101000101 | e55d3f929c3f45 |
EUC-JP | 蘊?凋?E | 11101001101111100011111111000011111111000011111101000101 | e9be3fc3fc3f45 |
UTF-8 | 蘊렭凋렪E | 11101000100110001000101011101011101000001010110111100101100001111000101111101011101000001010101001000101 | e8988aeba0ade5878beba0aa45 |
UHC | 蘊렭凋렪E | 111010001011001110001110101110101111000010111101100011101011100001000101 | e8b38ebaf0bd8eb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)