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 | ⅷネ汯カ | 111110100100011111001000111110101111100010110110 | fa47c8faf8b6 |
EUC-JP | ?ネ汯カ | 0011111110001110110010001000111111000110111000111000111010110110 | 3f8ec88fc6e38eb6 |
UTF-8 | ⅷネ汯カ | 111000101000010110110111111011111011111010001000111001101011000110101111111011111011110110110110 | e285b7efbe88e6b1afefbdb6 |
UHC | ⅷ??? | 1010010110101000001111110011111100111111 | a5a83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)