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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脉蛾.蠑 | 1110001111110101100010011110100110000001010001001110010110111100 | e3f589e98144e5bc |
EUC-JP | 脉蛾.蠑 | 1110011011110111101100101110101110100001101001011110101010111110 | e6f7b2eba1a5eabe |
UTF-8 | 脉蛾.蠑 | 111010001000010010001001111010001001101110111110111011111011110010001110111010001010000010010001 | e88489e89bbeefbc8ee8a091 |
UHC | ?蛾.? | 001111111110010010110110101000111010111000111111 | 3fe4b6a3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)