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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 奪速袖~ | 10010010010001001001000110101100100100011011001101111110 | 924491ac91b37e |
EUC-JP | 奪速袖~ | 11000011101001011100001010101110110000101011010101111110 | c3a5c2aec2b57e |
UTF-8 | 奪速袖~ | 11100101101001011010101011101001100000001001111111101000101000101001011001111110 | e5a5aae9809fe8a2967e |
UHC | 奪速袖~ | 11110111101011001110000111011100111000101100000001111110 | f7ace1dce2c07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)