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 | 修?牲 | 1000111101000011001111111001000010110101 | 8f433f90b5 |
EUC-JP | 修搔牲 | 10111101101001001000111111000000110010111100000010110111 | bda48fc0cbc0b7 |
UTF-8 | 修搔牲 | 111001001011111110101110111001101001000010010100111001111000100110110010 | e4bfaee69094e789b2 |
UHC | 修搔牲 | 111000011111001111100001101110001101111111100101 | e1f3e1b8dfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)