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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | 遧橸スウZB | 1111101110110101100111101110111110111101101100110101101001000010 | fbb59eefbdb35a42 |
EUC-JP | 遧橸スウZB | 1000111111100001111000101101110011110001100011101011110110001110101100110101101001000010 | 8fe1e2dcf18ebd8eb35a42 |
UTF-8 | 遧橸スウZB | 1110100110000001101001111110011010101001101110001110111110111101101111011110111110111101101100110101101001000010 | e981a7e6a9b8efbdbdefbdb35a42 |
UHC | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)