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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鶯??燿??^ | 111010011111001000111111001111111110000010100000001111110011111101011110 | e9f23f3fe0a03f3f5e |
EUC-JP | 鶯??燿??^ | 111100101111010000111111001111111110000010100010001111110011111101011110 | f2f43f3fe0a23f3f5e |
UTF-8 | 鶯방ㄲ燿녔쮨^ | 11101001101101101010111111101011101100001010100111100011100001001011001011100111100001111011111111101011100001011001010011101100101011101010100001011110 | e9b6afebb0a9e384b2e787bfeb8594ecaea85e |
UHC | 鶯방ㄲ燿녔쮨^ | 11100101101000111011100111100110101001001010001011101000111111001011001111100110101010001000010101011110 | e5a3b9e6a4a2e8fcb3e6a8855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)