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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鋺エ隨ウ^ | 11100111111110101011010011100111101011001011001101011110 | e7fab4e7acb35e |
EUC-JP | 鋺エ隨ウ^ | 111011101111110010001110101101001110111010101110100011101011001101011110 | eefc8eb4eeae8eb35e |
UTF-8 | 鋺エ隨ウ^ | 11101001100010111011101011101111101111011011010011101001100110101010100011101111101111011011001101011110 | e98bbaefbdb4e99aa8efbdb35e |
UHC | ??隨?^ | 001111110011111111100010110010110011111101011110 | 3f3fe2cb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)