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 | èé¿å¼ | 111010001110100110111111111001011011110010001111 | e8e9bfe5bc8f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èé¿å?? | 1000111110101011101100101000111110101011101100011000111110100010110001001000111110101011101010010011111100111111 | 8fabb28fabb18fa2c48faba93f3f |
UTF-8 | èé¿å¼ | 110000111010100011000011101010011100001010111111110000111010010111000010101111001100001010001111 | c3a8c3a9c2bfc3a5c2bcc28f |
UHC | ??¿?¼? | 0011111100111111101000101010111100111111101010001111100100111111 | 3f3fa2af3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)