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 | è¥í] | 11101000100101111010010111101101100100001000010001011101 | e897a5ed90845d |
SJIS-WIN | ??¥???] | 0011111100111111100000011000111100111111001111110011111101011101 | 3f3f818f3f3f3f5d |
EUC-JP | è??í??] | 1000111110101011101100100011111100111111100011111010101110111111001111110011111101011101 | 8fabb23f3f8fabbf3f3f5d |
UTF-8 | è¥í] | 11000011101010001100001010010111110000101010010111000011101011011100001010010000110000101000010001011101 | c3a8c297c2a5c3adc290c2845d |
UHC | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)