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 | 100100011001111110010001101011001001000110100100100100011001111101000010 | 919f91ac91a4919f42 |
SJIS-WIN | ???¬????B | 00111111001111110011111110000001110010100011111100111111001111110011111101000010 | 3f3f3f81ca3f3f3f3f42 |
EUC-JP | ???¬?¤??B | 001111110011111100111111101000101100110000111111100011111010001011110000001111110011111101000010 | 3f3f3fa2cc3f8fa2f03f3f42 |
UTF-8 | ¬¤B | 1100001010010001110000101001111111000010100100011100001010101100110000101001000111000010101001001100001010010001110000101001111101000010 | c291c29fc291c2acc291c2a4c291c29f42 |
UHC | ?????¤??B | 00111111001111110011111100111111001111111010001010110100001111110011111101000010 | 3f3f3f3f3fa2b43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)