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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 車叱冗ョ{d | 100011101101010010001110101101101000111111100111101011100111101101100100 | 8ed48eb68fe7ae7b64 |
EUC-JP | 車叱冗ョ{d | 10111100110101101011110010111000101111101110100110001110101011100111101101100100 | bcd6bcb8bee98eae7b64 |
UTF-8 | 車叱冗ョ{d | 1110100010111011100010101110010110001111101100011110010110000110100101111110111110111101101011100111101101100100 | e8bb8ae58fb1e58697efbdae7b64 |
UHC | 車叱冗?{d | 111100111011001111110010111010101110100110110111001111110111101101100100 | f3b3f2eae9b73f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)