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 | 1111101111001000101100001111101011110010101110010111101101100100 | fbc8b0faf2b97b64 |
EUC-JP | 鉙ー?ケ{d | 10001111111000111110001110001110101100000011111110001110101110010111101101100100 | 8fe3e38eb03f8eb97b64 |
UTF-8 | 鉙ー櫢ケ{d | 1110100110001001100110011110111110111101101100001110011010101011101000101110111110111101101110010111101101100100 | e98999efbdb0e6aba2efbdb97b64 |
UHC | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)