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 | èï£íûã | 1000111111101000111011111010001111101101111110111000111111100011 | 8fe8efa3edfb8fe3 |
SJIS-WIN | ???£???? | 001111110011111100111111100000011001001000111111001111110011111100111111 | 3f3f3f81923f3f3f3f |
EUC-JP | ?èï£íû?ã | 00111111100011111010101110110010100011111010101111000001101000011111001010001111101010111011111110001111101010111110010100111111100011111010101110101010 | 3f8fabb28fabc1a1f28fabbf8fabe53f8fabaa |
UTF-8 | èï£íûã | 11000010100011111100001110101000110000111010111111000010101000111100001110101101110000111011101111000010100011111100001110100011 | c28fc3a8c3afc2a3c3adc3bbc28fc3a3 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)