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 | 111001011001101010100101010110011110010110011010101001010110001001000101 | e59aa559e59aa56245 |
EUC-JP | 蝴・Y蝴・bE | 1110100111111010100011101010010101011001111010011111101010001110101001010110001001000101 | e9fa8ea559e9fa8ea56245 |
UTF-8 | 蝴・Y蝴・bE | 111010001001110110110100111011111011110110100101010110011110100010011101101101001110111110111101101001010110001001000101 | e89db4efbda559e89db4efbda56245 |
UHC | 蝴?Y蝴?bE | 111110111101110100111111010110011111101111011101001111110110001001000101 | fbdd3f59fbdd3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)