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 | 邀也昏^ | 11100111101100011001011011100111100011011010100001011110 | e7b196e78da85e |
EUC-JP | 邀也昏^ | 11101110101100111100110011101001101110101010101001011110 | eeb3cce9baaa5e |
UTF-8 | 邀也昏^ | 11101001100000101000000011100100101110011001111111100110100110001000111101011110 | e98280e4b99fe6988f5e |
UHC | 邀也昏^ | 11101001101011011110010110100101111110111110011101011110 | e9ade5a5fbe75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)