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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褓野ぇ | 111001011110111010010110111011001000001010100101 | e5ee96ec82a5 |
EUC-JP | 褓野ぇ | 111010101111000011001100111011101010010010100111 | eaf0cceea4a7 |
UTF-8 | 褓野ぇ | 111010001010010010010011111010011000011110001110111000111000000110000111 | e8a493e9878ee38187 |
UHC | 褓野ぇ | 110111001100111011100101101011111010101010100111 | dccee5afaaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)