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 | ¾ê¹·Ã | 10111110111010101000111110111001101101111000111011000011 | beea8fb9b78ec3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?ê????Ã | 0011111110001111101010111011010000111111001111110011111100111111100011111010101010101010 | 3f8fabb43f3f3f3f8faaaa |
UTF-8 | ¾ê¹·Ã | 1100001010111110110000111010101011000010100011111100001010111001110000101011011111000010100011101100001110000011 | c2bec3aac28fc2b9c2b7c28ec383 |
UHC | ¾??¹·?? | 10101000111110100011111100111111101010011111011010100001101001000011111100111111 | a8fa3f3fa9f6a1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)