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 | á¸Ñ | 111000011011100010001110110100011001111110010001 | e1b88ed19f91 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | á¸?Ñ?? | 100011111010101110100001100011111010001010110001001111111000111110101010110100000011111100111111 | 8faba18fa2b13f8faad03f3f |
UTF-8 | á¸Ñ | 110000111010000111000010101110001100001010001110110000111001000111000010100111111100001010010001 | c3a1c2b8c28ec391c29fc291 |
UHC | ?¸???? | 00111111101000101010110000111111001111110011111100111111 | 3fa2ac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)