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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鐔主 | 11101000010111001000111011100101 | e85c8ee5 |
EUC-JP | 鐔主 | 11101111101111011011110011100111 | efbdbce7 |
UTF-8 | 鐔主 | 111010011001000010010100111001001011100010111011 | e99094e4b8bb |
UHC | ?主 | 001111111111000110101011 | 3ff1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)