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 | ®¢á} | 1001000110101110100100011010001011100001011111011000000110001000 | 91ae91a2e17d8188 |
SJIS-WIN | ???¢?}?? | 001111110011111100111111100000011001000100111111011111010011111100111111 | 3f3f3f81913f7d3f3f |
EUC-JP | ?®?¢á}?? | 00111111100011111010001011101110001111111010000111110001100011111010101110100001011111010011111100111111 | 3f8fa2ee3fa1f18faba17d3f3f |
UTF-8 | ®¢á} | 110000101001000111000010101011101100001010010001110000101010001011000011101000010111110111000010100000011100001010001000 | c291c2aec291c2a2c3a17dc281c288 |
UHC | ?®???}?? | 001111111010001011100111001111110011111100111111011111010011111100111111 | 3fa2e73f3f3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)