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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 秧??曜 | 111000100101111000111111001111111001011101101010 | e25e3f3f976a |
EUC-JP | 秧??曜 | 111000111011111100111111001111111100110111001011 | e3bf3f3fcdcb |
UTF-8 | 秧꾨졁曜 | 111001111010011110100111111010101011111010101000111011001010000110000001111001101001101110011100 | e7a7a7eabea8eca181e69b9c |
UHC | 秧꾨졁曜 | 1110010011101011100001001110101110100000101100101110100011111000 | e4eb84eba0b2e8f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)