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 | 正??^ | 1001000010110011001111110011111101011110 | 90b33f3f5e |
EUC-JP | 正??^ | 1100000010110101001111110011111101011110 | c0b53f3f5e |
UTF-8 | 正닿↔^ | 11100110101011011010001111101011100010111011111111100010100001101001010001011110 | e6ada3eb8bbfe286945e |
UHC | 正닿↔^ | 11101111111000011011010011101010101000011110101001011110 | efe1b4eaa1ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)