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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?愾胝治 | 00111111100111001011111111100011111100011000111010100001 | 3f9cbfe3f18ea1 |
EUC-JP | 湗愾胝治 | 100011111100011111111011110110001100000111100110111100111011110010100011 | 8fc7fbd8c1e6f3bca3 |
UTF-8 | 湗愾胝治 | 111001101011100110010111111001101000010010111110111010001000001110011101111001101011001010111011 | e6b997e684bee8839de6b2bb |
UHC | ?愾?治 | 001111111100101111000101001111111111011010111101 | 3fcbc53ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)