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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雲?じ?^ | 10001001010111110011111110000010101101100011111101011110 | 895f3f82b63f5e |
EUC-JP | 雲?じ?^ | 10110001110000000011111110100100101110000011111101011110 | b1c03fa4b83f5e |
UTF-8 | 雲랑じ렪^ | 11101001100110111011001011101011100111101001000111100011100000011001100011101011101000001010101001011110 | e99bb2eb9e91e38198eba0aa5e |
UHC | 雲랑じ렪^ | 111010101010001110110110111110111010101010111000100011101011100001011110 | eaa3b6fbaab88eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)