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 | 邵簿摯矗伜 | 11100111101110001001010111101011100111011001010111100001110111101001100011100101 | e7b895eb9d95e1de98e5 |
EUC-JP | 邵簿摯矗伜 | 11101110101110101100101011101101110110011111010111100010111000001101000011100111 | eebacaedd9f5e2e0d0e7 |
UTF-8 | 邵簿摯矗伜 | 111010011000001010110101111001111011000010111111111001101001000110101111111001111001111110010111111001001011110010011100 | e982b5e7b0bfe691afe79f97e4bc9c |
UHC | 邵簿摯矗? | 111000011101000011011101101011011111001010100111111101011011100000111111 | e1d0ddadf2a7f5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)