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 | 腆h沓 | 111001000100000110000010100010001000110001000010 | e44182888c42 |
EUC-JP | 腆h沓 | 111001111010001010100011111010001011011110100011 | e7a2a3e8b7a3 |
UTF-8 | 腆h沓 | 111010001000010110000110111011111011110110001000111001101011001010010011 | e88586efbd88e6b293 |
UHC | ?h沓 | 0011111110100011111010001101001111001011 | 3fa3e8d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)