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 | Í»´® | 1000111111001101101110111011010010101110 | 8fcdbbb4ae |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?Í?´® | 00111111100011111010101010111111001111111010000110101101100011111010001011101110 | 3f8faabf3fa1ad8fa2ee |
UTF-8 | Í»´® | 11000010100011111100001110001101110000101011101111000010101101001100001010101110 | c28fc38dc2bbc2b4c2ae |
UHC | ???´® | 00111111001111110011111110100010101001011010001011100111 | 3f3f3fa2a5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)