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 | 100101101001001000111111001111110011111101000010 | 96923f3f3f42 |
EUC-JP | 亦???B | 110010111111001000111111001111110011111101000010 | cbf23f3f3f42 |
UTF-8 | 亦꺨븐뿿B | 11100100101110101010011011101010101110101010100011101011101110001001000011101011101111111011111101000010 | e4baa6eabaa8ebb890ebbfbf42 |
UHC | 亦꺨븐뿿B | 111001101011001010000011110011101011101011101100100101111011111101000010 | e6b283cebaec97bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)