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 | ???狩 | 0011111100111111001111111000111011101011 | 3f3f3f8eeb |
EUC-JP | 侁??狩 | 10001111101100001111110000111111001111111011110011101101 | 8fb0fc3f3fbced |
UTF-8 | 侁뎵뤍狩 | 111001001011111010000001111010111000111010110101111010111010010010001101111001111000101110101001 | e4be81eb8eb5eba48de78ba9 |
UHC | 侁뎵뤍狩 | 1110001111100000100010011000100010001111101111011110001010101101 | e3e089888fbde2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)