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 | 社射蛇治 | 1000111011010000100011101100101110001110110101101000111010100001 | 8ed08ecb8ed68ea1 |
EUC-JP | 社射蛇治 | 1011110011010010101111001100110110111100110110001011110010100011 | bcd2bccdbcd8bca3 |
UTF-8 | 社射蛇治 | 111001111010010010111110111001011011000010000100111010001001101110000111111001101011001010111011 | e7a4bee5b084e89b87e6b2bb |
UHC | 社射蛇治 | 1101111011100100110111101101001011011110111011111111011010111101 | dee4ded2deeff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)