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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 辿叩叩他~ | 100100100100100010010010010000001001001001000000100100011011110001111110 | 92489240924091bc7e |
EUC-JP | 辿叩叩他~ | 110000111010100111000011101000011100001110100001110000101011111001111110 | c3a9c3a1c3a1c2be7e |
UTF-8 | 辿叩叩他~ | 11101000101111101011111111100101100011111010100111100101100011111010100111100100101110111001011001111110 | e8bebfe58fa9e58fa9e4bb967e |
UHC | ?叩叩他~ | 0011111111001101101100001100110110110000111101101110001001111110 | 3fcdb0cdb0f6e27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)