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 | ?謙靈謙? | 0011111110001100101010101110100011001011100011001010101000111111 | 3f8caae8cb8caa3f |
EUC-JP | ?謙靈謙? | 0011111110111000101011001111000011001101101110001010110000111111 | 3fb8acf0cdb8ac3f |
UTF-8 | 렺謙靈謙렯 | 111010111010000010111010111010001010110010011001111010011001110110001000111010001010110010011001111010111010000010101111 | eba0bae8ac99e99d88e8ac99eba0af |
UHC | 렺謙靈謙렯 | 10001110110000101100110011000101110101101100010011001100110001011000111010111100 | 8ec2ccc5d6c4ccc58ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)