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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 僕僕僕僕B | 100101100110110010010110011011001001011001101100100101100110110001000010 | 966c966c966c966c42 |
EUC-JP | 僕僕僕僕B | 110010111100110111001011110011011100101111001101110010111100110101000010 | cbcdcbcdcbcdcbcd42 |
UTF-8 | 僕僕僕僕B | 11100101100000111001010111100101100000111001010111100101100000111001010111100101100000111001010101000010 | e58395e58395e58395e5839542 |
UHC | 僕僕僕僕B | 110111001101001011011100110100101101110011010010110111001101001001000010 | dcd2dcd2dcd2dcd242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)