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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 將?n^ | 100110111001001000111111100000101000111001011110 | 9b923f828e5e |
EUC-JP | 將?n^ | 110101011111001000111111101000111110111001011110 | d5f23fa3ee5e |
UTF-8 | 將쇤n^ | 11100101101100001000011111101100100001111010010011101111101111011000111001011110 | e5b087ec87a4efbd8e5e |
UHC | 將쇤n^ | 11101101111000101011110011101001101000111110111001011110 | ede2bce9a3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)