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 | é°å½ | 111010011011000010010000111001011001001010111101 | e9b090e592bd |
SJIS-WIN | ?°???? | 00111111100000011000101100111111001111110011111100111111 | 3f818b3f3f3f3f |
EUC-JP | é°?å?? | 1000111110101011101100011010000111101011001111111000111110101011101010010011111100111111 | 8fabb1a1eb3f8faba93f3f |
UTF-8 | é°å½ | 110000111010100111000010101100001100001010010000110000111010010111000010100100101100001010111101 | c3a9c2b0c290c3a5c292c2bd |
UHC | ?°???½ | 0011111110100001110001100011111100111111001111111010100011110110 | 3fa1c63f3f3fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)