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 | 驍剰挙讌ウ^ | 11101001100000101000111111101000100010111001001111100110101001011011001101011110 | e9828fe88b93e6a5b35e |
EUC-JP | 驍剰挙讌ウ^ | 1111000111100010101111101110101010110101111100111110110010100111100011101011001101011110 | f1e2beeab5f3eca78eb35e |
UTF-8 | 驍剰挙讌ウ^ | 11101001101010011000110111100101100010011011000011100110100011001001100111101000101011101000110011101111101111011011001101011110 | e9a98de589b0e68c99e8ae8cefbdb35e |
UHC | 驍????^ | 11111101101001000011111100111111001111110011111101011110 | fda43f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)