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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | ?櫻?y\ | 001111111001111101001110001111110111100101011100 | 3f9f4e3f795c |
EUC-JP | ?櫻?y\ | 001111111101110110101111001111110111100101011100 | 3fddaf3f795c |
UTF-8 | 룶櫻熉y\ | 1110101110100011101101101110011010101011101110111110011110000110100010010111100101011100 | eba3b6e6abbbe78689795c |
UHC | 룶櫻熉y\ | 1000111110101011111001011010000111101001111110110111100101011100 | 8fabe5a1e9fb795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)