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 | 齊搬? | 1110101010001110100101001100000000111111 | ea8e94c03f |
EUC-JP | 齊搬? | 1111001111101110110010001100001000111111 | f3eec8c23f |
UTF-8 | 齊搬렯 | 111010011011110110001010111001101001000010101100111010111010000010101111 | e9bd8ae690aceba0af |
UHC | 齊搬렯 | 111100001011101011011010111001101000111010111100 | f0badae68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)