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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 貽磆Y貽磆bE | 1110011011000100111000011111010101011001111001101100010011100001111101010110001001000101 | e6c4e1f559e6c4e1f56245 |
EUC-JP | 貽磆Y貽磆bE | 1110110011000110111000101111011101011001111011001100011011100010111101110110001001000101 | ecc6e2f759ecc6e2f76245 |
UTF-8 | 貽磆Y貽磆bE | 111010001011001010111101111001111010001110000110010110011110100010110010101111011110011110100011100001100110001001000101 | e8b2bde7a38659e8b2bde7a3866245 |
UHC | 貽?Y貽?bE | 111011001100001000111111010110011110110011000010001111110110001001000101 | ecc23f59ecc23f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)