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 | çý\ | 1100001110100111110000111011110101011100 | c3a7c3bd5c |
SJIS-WIN | ?§??\ | 001111111000000110011000001111110011111101011100 | 3f81983f3f5c |
EUC-JP | ç�\ | 10001111101010101010101010100001111110001000111110101010101010100011111101011100 | 8faaaaa1f88faaaa3f5c |
UTF-8 | çý\ | 110000111000001111000010101001111100001110000011110000101011110101011100 | c383c2a7c383c2bd5c |
UHC | ?§?½\ | 00111111101000011101011100111111101010001111011001011100 | 3fa1d73fa8f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)