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 | 蝴エム餓筈驕 | 11100101100110101011010011010001100010011110110010010100101001001110100110000001 | e59ab4d189ec94a4e981 |
EUC-JP | 蝴エム餓筈驕 | 111010011111101010001110101101001000111011010001101100101110111011001000101001101111000111100001 | e9fa8eb48ed1b2eec8a6f1e1 |
UTF-8 | 蝴エム餓筈驕 | 111010001001110110110100111011111011110110110100111011111011111010010001111010011010010010010011111001111010110110001000111010011010100110010101 | e89db4efbdb4efbe91e9a493e7ad88e9a995 |
UHC | 蝴??餓?驕 | 111110111101110100111111001111111110010010111011001111111100111011110110 | fbdd3f3fe4bb3fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)