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 | í«@íí | 11101101100110001010101101000000111011011001100010010111111011011001100010011111 | ed98ab40ed9897ed989f |
SJIS-WIN | ???@?????? | 00111111001111110011111101000000001111110011111100111111001111110011111100111111 | 3f3f3f403f3f3f3f3f3f |
EUC-JP | í??@í??í?? | 10001111101010111011111100111111001111110100000010001111101010111011111100111111001111111000111110101011101111110011111100111111 | 8fabbf3f3f408fabbf3f3f8fabbf3f3f |
UTF-8 | í«@íí | 11000011101011011100001010011000110000101010101101000000110000111010110111000010100110001100001010010111110000111010110111000010100110001100001010011111 | c3adc298c2ab40c3adc298c297c3adc298c29f |
UHC | ???@?????? | 00111111001111110011111101000000001111110011111100111111001111110011111100111111 | 3f3f3f403f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)