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 | 1001111111110001111001110101100101011001100111111111000111100111010110010110001001000101 | 9ff1e759599ff1e7596245 |
EUC-JP | 潁躡Y潁躡bE | 1101111011110011111011011011101001011001110111101111001111101101101110100110001001000101 | def3edba59def3edba6245 |
UTF-8 | 潁躡Y潁躡bE | 111001101011110110000001111010001011101010100001010110011110011010111101100000011110100010111010101000010110001001000101 | e6bd81e8baa159e6bd81e8baa16245 |
UHC | 潁?Y潁?bE | 111001111011100000111111010110011110011110111000001111110110001001000101 | e7b83f59e7b83f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)