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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ???圭\ | 001111110011111100111111100011000101110001011100 | 3f3f3f8c5c5c |
EUC-JP | ???圭\ | 001111110011111100111111101101111011110101011100 | 3f3f3fb7bd5c |
UTF-8 | 劣꾠룗圭\ | 11101111101001101001110111101010101111101010000011101011101000111001011111100101100111001010110101011100 | efa69deabea0eba397e59cad5c |
UHC | 劣꾠룗圭\ | 111001101110101110000100111000111000111110010011110100001010010001011100 | e6eb84e38f93d0a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)