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 | ×áõ½Ó£ | 110101111110000111110101101111011101001110100011 | d7e1f5bdd3a3 |
SJIS-WIN | ×????£ | 1000000101111110001111110011111100111111001111111000000110010010 | 817e3f3f3f3f8192 |
EUC-JP | ×áõ?Ó£ | 1010000111011111100011111010101110100001100011111010101111011000001111111000111110101010110100011010000111110010 | a1df8faba18fabd83f8faad1a1f2 |
UTF-8 | ×áõ½Ó£ | 110000111001011111000011101000011100001110110101110000101011110111000011100100111100001010100011 | c397c3a1c3b5c2bdc393c2a3 |
UHC | ×??½?? | 1010000110111111001111110011111110101000111101100011111100111111 | a1bf3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)