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 | 10010010010000000111100110010010010000000111100101000010 | 92407992407942 |
SJIS-WIN | ?@y?@yB | 00111111010000000111100100111111010000000111100101000010 | 3f40793f407942 |
EUC-JP | ?@y?@yB | 00111111010000000111100100111111010000000111100101000010 | 3f40793f407942 |
UTF-8 | @y@yB | 110000101001001001000000011110011100001010010010010000000111100101000010 | c2924079c292407942 |
UHC | ?@y?@yB | 00111111010000000111100100111111010000000111100101000010 | 3f40793f407942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)