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 | í³LOhí³LO | 1110110110011000101100110100110001001111011010001110110110011000101100110100110001001111 | ed98b34c4f68ed98b34c4f |
SJIS-WIN | ???LOh???LO | 0011111100111111001111110100110001001111011010000011111100111111001111110100110001001111 | 3f3f3f4c4f683f3f3f4c4f |
EUC-JP | í??LOhí??LO | 100011111010101110111111001111110011111101001100010011110110100010001111101010111011111100111111001111110100110001001111 | 8fabbf3f3f4c4f688fabbf3f3f4c4f |
UTF-8 | í³LOhí³LO | 1100001110101101110000101001100011000010101100110100110001001111011010001100001110101101110000101001100011000010101100110100110001001111 | c3adc298c2b34c4f68c3adc298c2b34c4f |
UHC | ??³LOh??³LO | 00111111001111111010100111111000010011000100111101101000001111110011111110101001111110000100110001001111 | 3f3fa9f84c4f683f3fa9f84c4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)