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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 姙???諸倚 | 100110110100101100111111001111110011111110001111100101001001100011011111 | 9b4b3f3f3f8f9498df |
EUC-JP | 姙???諸倚 | 110101011010110000111111001111110011111110111101111101001101000011100001 | d5ac3f3f3fbdf4d0e1 |
UTF-8 | 姙얩렪잿諸倚 | 111001011010011110011001111011001001011010101001111010111010000010101010111011001001111010111111111010001010101110111000111001011000000010011010 | e5a799ec96a9eba0aaec9ebfe8abb8e5809a |
UHC | 姙얩렪잿諸倚 | 111011001111010110111110111011011000111010111000110000001110110111110000101100111110101111101111 | ecf5beed8eb8c0edf0b3ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)