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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辿賊脱尊B | 100100100100100010010001101011111001001001000101100100011011100001000010 | 924891af924591b842 |
EUC-JP | 辿賊脱尊B | 110000111010100111000010101100011100001110100110110000101011101001000010 | c3a9c2b1c3a6c2ba42 |
UTF-8 | 辿賊脱尊B | 11101000101111101011111111101000101100111000101011101000100001001011000111100101101100001000101001000010 | e8bebfe8b38ae884b1e5b08a42 |
UHC | ?賊?尊B | 00111111111011101110010000111111111100001110111001000010 | 3feee43ff0ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)