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 | 皈栞徨琲 | 1110000110100101100111100111100010011100011100101110000011101000 | e1a59e789c72e0e8 |
EUC-JP | 皈栞徨琲 | 1110001010100111110110111101100111010111110100111110000011101010 | e2a7dbd9d7d3e0ea |
UTF-8 | 皈栞徨琲 | 111001111001101010001000111001101010000010011110111001011011111010101000111001111001000010110010 | e79a88e6a09ee5bea8e790b2 |
UHC | ??徨? | 0011111100111111111111001100011100111111 | 3f3ffcc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)