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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貽鹿貽馴 | 1110011011000100100011101010110111100110110001001001001111101001 | e6c48eade6c493e9 |
EUC-JP | 貽鹿貽馴 | 1110110011000110101111001010111111101100110001101100011011101011 | ecc6bcafecc6c6eb |
UTF-8 | 貽鹿貽馴 | 111010001011001010111101111010011011100110111111111010001011001010111101111010011010011010110100 | e8b2bde9b9bfe8b2bde9a6b4 |
UHC | 貽鹿貽馴 | 1110110011000010110101101110001111101100110000101110001011111000 | ecc2d6e3ecc2e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)