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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齊???? | 111010101000111000111111001111110011111100111111 | ea8e3f3f3f3f |
EUC-JP | 齊???? | 111100111110111000111111001111110011111100111111 | f3ee3f3f3f3f |
UTF-8 | 齊임닐펫렠 | 111010011011110110001010111011001001111010000100111010111000101110010000111011011000111010101011111010111010000010100000 | e9bd8aec9e84eb8b90ed8eabeba0a0 |
UHC | 齊임닐펫렠 | 11110000101110101100000011010011101101001101001011000110111010101000111010110001 | f0bac0d3b4d2c6ea8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)