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 | ÍyÍyB | 100100001100110110001001011110011001000011001101100010010111100101000010 | 90cd897990cd897942 |
SJIS-WIN | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
EUC-JP | ?Í?y?Í?yB | 00111111100011111010101010111111001111110111100100111111100011111010101010111111001111110111100101000010 | 3f8faabf3f793f8faabf3f7942 |
UTF-8 | ÍyÍyB | 110000101001000011000011100011011100001010001001011110011100001010010000110000111000110111000010100010010111100101000010 | c290c38dc28979c290c38dc2897942 |
UHC | ???y???yB | 001111110011111100111111011110010011111100111111001111110111100101000010 | 3f3f3f793f3f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)