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 | 赦芝治識 | 1000111011001101100011101100010110001110101000011000111010101111 | 8ecd8ec58ea18eaf |
EUC-JP | 赦芝治識 | 1011110011001111101111001100011110111100101000111011110010110001 | bccfbcc7bca3bcb1 |
UTF-8 | 赦芝治識 | 111010001011010110100110111010001000101010011101111001101011001010111011111010001010110110011000 | e8b5a6e88a9de6b2bbe8ad98 |
UHC | 赦芝治識 | 1101111011110101111100101011100111110110101111011110001111011011 | def5f2b9f6bde3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)