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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 趙???V | 111001101110001000111111001111110011111101010110 | e6e23f3f3f56 |
EUC-JP | 趙???V | 111011001110010000111111001111110011111101010110 | ece43f3f3f56 |
UTF-8 | 趙풩亐렕V | 11101000101101101001100111101101100100101010100111100100101110101001000011101011101000001001010101010110 | e8b699ed92a9e4ba90eba09556 |
UHC | 趙풩亐렕V | 111100001110000111000111101101011110101010100111100011101010101001010110 | f0e1c7b5eaa78eaa56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)