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 | 110000101001001001000000011110011100001010010010010000000111100101000010 | c2924079c292407942 |
SJIS-WIN | ??@y??@yB | 001111110011111101000000011110010011111100111111010000000111100101000010 | 3f3f40793f3f407942 |
EUC-JP | Â?@yÂ?@yB | 10001111101010101010010000111111010000000111100110001111101010101010010000111111010000000111100101000010 | 8faaa43f40798faaa43f407942 |
UTF-8 | Â@yÂ@yB | 11000011100000101100001010010010010000000111100111000011100000101100001010010010010000000111100101000010 | c382c2924079c382c292407942 |
UHC | ??@y??@yB | 001111110011111101000000011110010011111100111111010000000111100101000010 | 3f3f40793f3f407942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)