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 | ??寡^ | 0011111100111111100010011100011101011110 | 3f3f89c75e |
EUC-JP | ?俠寡^ | 00111111100011111011000111000010101100101100100101011110 | 3f8fb1c2b2c95e |
UTF-8 | 뤳俠寡^ | 11101011101001001011001111100100101111111010000011100101101011111010000101011110 | eba4b3e4bfa0e5afa15e |
UHC | 뤳俠寡^ | 10001111111000011111101011101111110011011111101101011110 | 8fe1faefcdfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)