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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瑣犁瑣犁^ | 111000001111001011100000101100111110000011110010111000001011001101011110 | e0f2e0b3e0f2e0b35e |
EUC-JP | 瑣犁瑣犁^ | 111000001111010011100000101101011110000011110100111000001011010101011110 | e0f4e0b5e0f4e0b55e |
UTF-8 | 瑣犁瑣犁^ | 11100111100100011010001111100111100010101000000111100111100100011010001111100111100010101000000101011110 | e791a3e78a81e791a3e78a815e |
UHC | ?犁?犁^ | 00111111110101111110000000111111110101111110000001011110 | 3fd7e03fd7e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)