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 | 篩碑篩碑 | 1110001010111111100101001110100011100010101111111001010011101000 | e2bf94e8e2bf94e8 |
EUC-JP | 篩碑篩碑 | 1110010011000001110010001110101011100100110000011100100011101010 | e4c1c8eae4c1c8ea |
UTF-8 | 篩碑篩碑 | 111001111010111110101001111001111010001010010001111001111010111110101001111001111010001010010001 | e7afa9e7a291e7afa9e7a291 |
UHC | 篩碑篩碑 | 1101111011101000110111011111100011011110111010001101110111111000 | dee8ddf8dee8ddf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)