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沓 | 111001001011010110000010100010001000110001000010 | e4b582888c42 |
EUC-JP | 莊h沓 | 111010001011011110100011111010001011011110100011 | e8b7a3e8b7a3 |
UTF-8 | 莊h沓 | 111010001000111010001010111011111011110110001000111001101011001010010011 | e88e8aefbd88e6b293 |
UHC | 莊h沓 | 111011011111011010100011111010001101001111001011 | edf6a3e8d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)