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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陝カ繧雁峅^ | 11101000100111111011011011100011100000101000101011100101100110111011000001011110 | e89fb6e3828ae59bb05e |
EUC-JP | 陝カ繧雁峅^ | 1111000010100001100011101011011011100101111000101011010011100111110101101011001001011110 | f0a18eb6e5e2b4e7d6b25e |
UTF-8 | 陝カ繧雁峅^ | 11101001100110011001110111101111101111011011011011100111101110011010011111101001100110111000000111100101101100111000010101011110 | e9999defbdb6e7b9a7e99b81e5b3855e |
UHC | 陝??雁?^ | 1110000011101101001111110011111111100100110100100011111101011110 | e0ed3f3fe4d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)