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 | 11100011101111010101100111100011101111010110001001000101 | e3bd59e3bd6245 |
SJIS-WIN | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ã?Yã?bE | 1000111110101011101010100011111101011001100011111010101110101010001111110110001001000101 | 8fabaa3f598fabaa3f6245 |
UTF-8 | ã½Yã½bE | 1100001110100011110000101011110101011001110000111010001111000010101111010110001001000101 | c3a3c2bd59c3a3c2bd6245 |
UHC | ?½Y?½bE | 001111111010100011110110010110010011111110101000111101100110001001000101 | 3fa8f6593fa8f66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)