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 | 11111011110010111101100111100110110110101101110001000010 | fbcbd9e6dadc42 |
EUC-JP | 鉧ル賍ワB | 10001111111000111110100110001110110110011110110011011100100011101101110001000010 | 8fe3e98ed9ecdc8edc42 |
UTF-8 | 鉧ル賍ワB | 11101001100010011010011111101111101111101001100111101000101100111000110111101111101111101001110001000010 | e989a7efbe99e8b38defbe9c42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)