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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??寡\ | 0011111100111111100010011100011101011100 | 3f3f89c75c |
EUC-JP | ?俠寡\ | 00111111100011111011000111000010101100101100100101011100 | 3f8fb1c2b2c95c |
UTF-8 | 뤳俠寡\ | 11101011101001001011001111100100101111111010000011100101101011111010000101011100 | eba4b3e4bfa0e5afa15c |
UHC | 뤳俠寡\ | 10001111111000011111101011101111110011011111101101011100 | 8fe1faefcdfb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)