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 | 趙?齊 | 1110011011100010001111111110101010001110 | e6e23fea8e |
EUC-JP | 趙?齊 | 1110110011100100001111111111001111101110 | ece43ff3ee |
UTF-8 | 趙렓齊 | 111010001011011010011001111010111010000010010011111010011011110110001010 | e8b699eba093e9bd8a |
UHC | 趙렓齊 | 111100001110000110001110101010001111000010111010 | f0e18ea8f0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)