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½²A\ | 100100100100001010010001101111011001000110110010100100100100000101011100 | 924291bd91b292415c |
SJIS-WIN | ?B?????A\ | 001111110100001000111111001111110011111100111111001111110100000101011100 | 3f423f3f3f3f3f415c |
EUC-JP | ?B?????A\ | 001111110100001000111111001111110011111100111111001111110100000101011100 | 3f423f3f3f3f3f415c |
UTF-8 | B½²A\ | 110000101001001001000010110000101001000111000010101111011100001010010001110000101011001011000010100100100100000101011100 | c29242c291c2bdc291c2b2c292415c |
UHC | ?B?½?²?A\ | 0011111101000010001111111010100011110110001111111010100111110111001111110100000101011100 | 3f423fa8f63fa9f73f415c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)