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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 潁鴣潁烋 | 1001111111110001111010011111001110011111111100011110000001111101 | 9ff1e9f39ff1e07d |
EUC-JP | 潁鴣潁烋 | 1101111011110011111100101111010111011110111100111101111111011110 | def3f2f5def3dfde |
UTF-8 | 潁鴣潁烋 | 111001101011110110000001111010011011010010100011111001101011110110000001111001111000001110001011 | e6bd81e9b4a3e6bd81e7838b |
UHC | 潁?潁烋 | 11100111101110000011111111100111101110001111110111001110 | e7b83fe7b8fdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)