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 | âÞâÙ}ê | 1110001011011110111000101101100110010111011111011110101010010111 | e2dee2d9977dea97 |
SJIS-WIN | ?????}?? | 0011111100111111001111110011111100111111011111010011111100111111 | 3f3f3f3f3f7d3f3f |
EUC-JP | âÞâÙ?}ê? | 100011111010101110100100100011111010100110110000100011111010101110100100100011111010101011100011001111110111110110001111101010111011010000111111 | 8faba48fa9b08faba48faae33f7d8fabb43f |
UTF-8 | âÞâÙ}ê | 110000111010001011000011100111101100001110100010110000111001100111000010100101110111110111000011101010101100001010010111 | c3a2c39ec3a2c399c2977dc3aac297 |
UHC | ?Þ???}?? | 001111111010100010101101001111110011111100111111011111010011111100111111 | 3fa8ad3f3f3f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)