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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?盟? | 00111111100101101011111100111111 | 3f96bf3f |
EUC-JP | 洧盟? | 100011111100011110110100110011001100000100111111 | 8fc7b4ccc13f |
UTF-8 | 洧盟객 | 111001101011010010100111111001111001101110011111111010101011000010011101 | e6b4a7e79b9feab09d |
UHC | 洧盟객 | 111010101111101111011000111011111011000010110100 | eafbd8efb0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)