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 | íå÷t | 100101101110110111100101111101111000000101110100 | 96ede5f78174 |
SJIS-WIN | ???÷?t | 00111111001111110011111110000001100000000011111101110100 | 3f3f3f81803f74 |
EUC-JP | ?íå÷?t | 0011111110001111101010111011111110001111101010111010100110100001111000000011111101110100 | 3f8fabbf8faba9a1e03f74 |
UTF-8 | íå÷t | 1100001010010110110000111010110111000011101001011100001110110111110000101000000101110100 | c296c3adc3a5c3b7c28174 |
UHC | ???÷?t | 00111111001111110011111110100001110000000011111101110100 | 3f3f3fa1c03f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)