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 | ?vD?vD^ | 00111111011101100100010000111111011101100100010001011110 | 3f76443f76445e |
SJIS-WIN | ?vD?vD^ | 00111111011101100100010000111111011101100100010001011110 | 3f76443f76445e |
EUC-JP | ?vD?vD^ | 00111111011101100100010000111111011101100100010001011110 | 3f76443f76445e |
UTF-8 | 묬vD묬vD^ | 1110101110101100101011000111011001000100111010111010110010101100011101100100010001011110 | ebacac7644ebacac76445e |
UHC | 묬vD묬vD^ | 100100100100001101110110010001001001001001000011011101100100010001011110 | 92437644924376445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)