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 | 吏흣㏉炡렙 | 111011111010011110011110111011011001110110100011111000111000111110001001111001111000001010100001111010111010000010011001 | efa79eed9da3e38f89e782a1eba099 |
UHC | 吏흣㏉炡렙 | 11101100101001111100100011101110101001111110110111101111111010001011011110111110 | eca7c8eea7edefe8b7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)