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 | 貽z | 11100110110001001000001010011010 | e6c4829a |
EUC-JP | 貽z | 11101100110001101010001111111010 | ecc6a3fa |
UTF-8 | 貽z | 111010001011001010111101111011111011110110011010 | e8b2bdefbd9a |
UHC | 貽z | 11101100110000101010001111111010 | ecc2a3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)