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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 笘軫學F | 11100010100110001110011101100110100110110111101101000110 | e298e7669b7b46 |
EUC-JP | 笘軫學F | 11100011111110001110110111000111110101011101110001000110 | e3f8edc7d5dc46 |
UTF-8 | 笘軫學F | 11100111101011001001100011101000101110111010101111100101101011011011100001000110 | e7ac98e8bbabe5adb846 |
UHC | ?軫學F | 001111111111001011100010111110011100101001000110 | 3ff2e2f9ca46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)