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 | 1110100110101010111100001011111101011001111010011010101011110000101111110110001001000101 | e9aaf0bf59e9aaf0bf6245 |
EUC-JP | 鬪?Y鬪?bE | 111100101010110000111111010110011111001010101100001111110110001001000101 | f2ac3f59f2ac3f6245 |
UTF-8 | 鬪Y鬪bE | 111010011010110010101010111011101000000110111110010110011110100110101100101010101110111010000001101111100110001001000101 | e9acaaee81be59e9acaaee81be6245 |
UHC | 鬪?Y鬪?bE | 111101111110001100111111010110011111011111100011001111110110001001000101 | f7e33f59f7e33f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)