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 | ⺼Óâä^ | 11100010101110101011110011010011111000101110010001011110 | e2babcd3e2e45e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | âº?Óâä^ | 1000111110101011101001001000111110100010111010110011111110001111101010101101000110001111101010111010010010001111101010111010001101011110 | 8faba48fa2eb3f8faad18faba48faba35e |
UTF-8 | ⺼Óâä^ | 11000011101000101100001010111010110000101011110011000011100100111100001110100010110000111010010001011110 | c3a2c2bac2bcc393c3a2c3a45e |
UHC | ?º¼???^ | 001111111010100010101100101010001111100100111111001111110011111101011110 | 3fa8aca8f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)