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 | A¼²A\ | 100100100100000110010001101111001001000110110010100100100100000101011100 | 924191bc91b292415c |
SJIS-WIN | ?A?????A\ | 001111110100000100111111001111110011111100111111001111110100000101011100 | 3f413f3f3f3f3f415c |
EUC-JP | ?A?????A\ | 001111110100000100111111001111110011111100111111001111110100000101011100 | 3f413f3f3f3f3f415c |
UTF-8 | A¼²A\ | 110000101001001001000001110000101001000111000010101111001100001010010001110000101011001011000010100100100100000101011100 | c29241c291c2bcc291c2b2c292415c |
UHC | ?A?¼?²?A\ | 0011111101000001001111111010100011111001001111111010100111110111001111110100000101011100 | 3f413fa8f93fa9f73f415c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)