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 | ú¶í³ByB | 111110101011011010000010111011011001100010110011010000100111100101000010 | fab682ed98b3427942 |
SJIS-WIN | ?¶????ByB | 00111111100000011111011100111111001111110011111100111111010000100111100101000010 | 3f81f73f3f3f3f427942 |
EUC-JP | ú¶?í??ByB | 1000111110101011111000101010001011111001001111111000111110101011101111110011111100111111010000100111100101000010 | 8fabe2a2f93f8fabbf3f3f427942 |
UTF-8 | ú¶í³ByB | 110000111011101011000010101101101100001010000010110000111010110111000010100110001100001010110011010000100111100101000010 | c3bac2b6c282c3adc298c2b3427942 |
UHC | ?¶???³ByB | 0011111110100010110100100011111100111111001111111010100111111000010000100111100101000010 | 3fa2d23f3f3fa9f8427942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)