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 | õçfõçf^ | 100111111111010111100111011001101001111111110101111001110110011001011110 | 9ff5e7669ff5e7665e |
SJIS-WIN | ???f???f^ | 001111110011111100111111011001100011111100111111001111110110011001011110 | 3f3f3f663f3f3f665e |
EUC-JP | ?õçf?õçf^ | 0011111110001111101010111101100010001111101010111010111001100110001111111000111110101011110110001000111110101011101011100110011001011110 | 3f8fabd88fabae663f8fabd88fabae665e |
UTF-8 | õçfõçf^ | 110000101001111111000011101101011100001110100111011001101100001010011111110000111011010111000011101001110110011001011110 | c29fc3b5c3a766c29fc3b5c3a7665e |
UHC | ???f???f^ | 001111110011111100111111011001100011111100111111001111110110011001011110 | 3f3f3f663f3f3f665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)