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 | ×áöÎõ½× | 11010111111000011111011011001110111101011011110111010111 | d7e1f6cef5bdd7 |
SJIS-WIN | ×?????× | 100000010111111000111111001111110011111100111111001111111000000101111110 | 817e3f3f3f3f3f817e |
EUC-JP | ×áöÎõ?× | 1010000111011111100011111010101110100001100011111010101111010011100011111010101011000010100011111010101111011000001111111010000111011111 | a1df8faba18fabd38faac28fabd83fa1df |
UTF-8 | ×áöÎõ½× | 1100001110010111110000111010000111000011101101101100001110001110110000111011010111000010101111011100001110010111 | c397c3a1c3b6c38ec3b5c2bdc397 |
UHC | ×????½× | 10100001101111110011111100111111001111110011111110101000111101101010000110111111 | a1bf3f3f3f3fa8f6a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)