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 | ãé¼° | 100011111110001111101001101111001011000010001111 | 8fe3e9bcb08f |
SJIS-WIN | ????°? | 00111111001111110011111100111111100000011000101100111111 | 3f3f3f3f818b3f |
EUC-JP | ?ãé?°? | 0011111110001111101010111010101010001111101010111011000100111111101000011110101100111111 | 3f8fabaa8fabb13fa1eb3f |
UTF-8 | ãé¼° | 110000101000111111000011101000111100001110101001110000101011110011000010101100001100001010001111 | c28fc3a3c3a9c2bcc2b0c28f |
UHC | ???¼°? | 0011111100111111001111111010100011111001101000011100011000111111 | 3f3f3fa8f9a1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)