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 | ùÀ | 100111111111100110001111110000001001101010000010 | 9ff98fc09a82 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ù?À?? | 00111111100011111010101111100011001111111000111110101010101000100011111100111111 | 3f8fabe33f8faaa23f3f |
UTF-8 | ùÀ | 110000101001111111000011101110011100001010001111110000111000000011000010100110101100001010000010 | c29fc3b9c28fc380c29ac282 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)