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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 吏흡렱쯔렚 | 111011111010011110011110111011011001110110100001111010111010000010110001111011001010111110010100111010111010000010011010 | efa79eed9da1eba0b1ecaf94eba09a |
UHC | 吏흡렱쯔렚 | 11101100101001111100100011101101100011101011111011000010111010101000111010101101 | eca7c8ed8ebec2ea8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)