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 | ¼û´Ð | 10111100111110111011010011010000 | bcfbb4d0 |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ?û´? | 00111111100011111010101111100101101000011010110100111111 | 3f8fabe5a1ad3f |
UTF-8 | ¼û´Ð | 1100001010111100110000111011101111000010101101001100001110010000 | c2bcc3bbc2b4c390 |
UHC | ¼?´Ð | 10101000111110010011111110100010101001011010100010100010 | a8f93fa2a5a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)