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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 膈亥床^ | 11100100010011001000100011100101100011111011000001011110 | e44c88e58fb05e |
EUC-JP | 膈亥床^ | 11100111101011011011000011100111101111101011001001011110 | e7adb0e7beb25e |
UTF-8 | 膈亥床^ | 11101000100001101000100011100100101110101010010111100101101110101000101001011110 | e88688e4baa5e5ba8a5e |
UHC | 膈亥床^ | 11001100101011101111101010100100110111111100100101011110 | ccaefaa4dfc95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)