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 | 社射汐邃 | 1000111011010000100011101100101110001110101011001110001010000100 | 8ed08ecb8eace284 |
EUC-JP | 社射汐邃 | 1011110011010010101111001100110110111100101011101110001111100100 | bcd2bccdbcaee3e4 |
UTF-8 | 社射汐邃 | 111001111010010010111110111001011011000010000100111001101011000110010000111010011000001010000011 | e7a4bee5b084e6b190e98283 |
UHC | 社射汐邃 | 1101111011100100110111101101001011100000101100011110001011000101 | dee4ded2e0b1e2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)