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 | 闔喜ッゥ讙 | 1110100010001110100010101110110010101111101010011110011010101010 | e88e8aecafa9e6aa |
EUC-JP | 闔喜ッゥ讙 | 11101111111011101011010011101110100011101010111110001110101010011110110010101100 | efeeb4ee8eaf8ea9ecac |
UTF-8 | 闔喜ッゥ讙 | 111010011001011110010100111001011001011010011100111011111011110110101111111011111011110110101001111010001010111010011001 | e99794e5969cefbdafefbda9e8ae99 |
UHC | 闔喜??? | 11111001111011111111110111101100001111110011111100111111 | f9effdec3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)