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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 搖??猷わⅩ | 10011101100010100011111100111111100101110101000110000010111011011000011101011101 | 9d8a3f3f975182ed875d |
EUC-JP | 搖??猷わ? | 110110011110101000111111001111111100110110110010101001001110111100111111 | d9ea3f3fcdb2a4ef3f |
UTF-8 | 搖삳셿猷わⅩ | 111001101001000010010110111011001000001010110011111011001000010110111111111001111000110010110111111000111000001010001111111000101000010110101001 | e69096ec82b3ec85bfe78cb7e3828fe285a9 |
UHC | 搖삳셿猷わⅩ | 111010001111010010111011111010111001100110000100111010111010001110101010111011111010010110111001 | e8f4bbeb9984eba3aaefa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)