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Þçµ | 1111110001000110110111101110011110110101 | fc46dee7b5 |
SJIS-WIN | ?F??? | 0011111101000110001111110011111100111111 | 3f463f3f3f |
EUC-JP | üFÞç? | 1000111110101011111001000100011010001111101010011011000010001111101010111010111000111111 | 8fabe4468fa9b08fabae3f |
UTF-8 | üFÞçµ | 110000111011110001000110110000111001111011000011101001111100001010110101 | c3bc46c39ec3a7c2b5 |
UHC | ?FÞ?? | 001111110100011010101000101011010011111100111111 | 3f46a8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)