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 | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-WIN | 胥随修yB | 1110001111101111100100001000111110001111010000110111100101000010 | e3ef908f8f437942 |
EUC-JP | 胥随修yB | 1110011011110001101111111110111110111101101001000111100101000010 | e6f1bfefbda47942 |
UTF-8 | 胥随修yB | 1110100010000011101001011110100110011010100011111110010010111111101011100111100101000010 | e883a5e99a8fe4bfae7942 |
UHC | 胥?修yB | 11100000101000010011111111100001111100110111100101000010 | e0a13fe1f37942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)