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 | 100100010100001000111111010110011001000101000010001111110110001001000101 | 91423f5991423f6245 |
EUC-JP | 腺?Y腺?bE | 110000011010001100111111010110011100000110100011001111110110001001000101 | c1a33f59c1a33f6245 |
UTF-8 | 腺욭Y腺욭bE | 111010001000010110111010111011001001101010101101010110011110100010000101101110101110110010011010101011010110001001000101 | e885baec9aad59e885baec9aad6245 |
UHC | 腺욭Y腺욭bE | 1110000011001101100111110100010101011001111000001100110110011111010001010110001001000101 | e0cd9f4559e0cd9f456245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)