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 | ê±?? | 11101010101100010011111100111111 | eab13f3f |
SJIS-WIN | ?±-蹕 | 00111111100000010111110110000001011111001110011101001010 | 3f817d817ce74a |
EUC-JP | ê±−蹕 | 100011111010101110110100101000011101111010100001110111011110110110101011 | 8fabb4a1dea1ddedab |
UTF-8 | ê±−蹕 | 11000011101010101100001010110001111000101000100010010010111010001011100110010101 | c3aac2b1e28892e8b995 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)