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 | 鈔ア蝮ヲ襠檻 | 11100111111000101011000111100101100111011010011011100101111110111001111101000010 | e7e2b1e59da6e5fb9f42 |
EUC-JP | 鈔ア蝮ヲ襠檻 | 111011101110010010001110101100011110100111111101100011101010011011101010111111011101110110100011 | eee48eb1e9fd8ea6eafddda3 |
UTF-8 | 鈔ア蝮ヲ襠檻 | 111010011000100010010100111011111011110110110001111010001001110110101110111011111011110110100110111010001010010110100000111001101010101010111011 | e98894efbdb1e89daeefbda6e8a5a0e6aabb |
UHC | ?????檻 | 00111111001111110011111100111111001111111111100111100011 | 3f3f3f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)