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 | ??]}Y??]}bE | 0011111100111111010111010111110101011001001111110011111101011101011111010110001001000101 | 3f3f5d7d593f3f5d7d6245 |
SJIS-WIN | ??]}Y??]}bE | 0011111100111111010111010111110101011001001111110011111101011101011111010110001001000101 | 3f3f5d7d593f3f5d7d6245 |
EUC-JP | ??]}Y??]}bE | 0011111100111111010111010111110101011001001111110011111101011101011111010110001001000101 | 3f3f5d7d593f3f5d7d6245 |
UTF-8 | 횄혻]}Y횄혻]}bE | 11101101100110101000010011101101100110001011101101011101011111010101100111101101100110101000010011101101100110001011101101011101011111010110001001000101 | ed9a84ed98bb5d7d59ed9a84ed98bb5d7d6245 |
UHC | 횄혻]}Y횄혻]}bE | 110000111000001111000010101000000101110101111101010110011100001110000011110000101010000001011101011111010110001001000101 | c383c2a05d7d59c383c2a05d7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)