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 | 1110100110011100100011110111110101011001111010011001110010001111011111010110001001000101 | e99c8f7d59e99c8f7d6245 |
EUC-JP | 髴殉Y髴殉bE | 1111000111111100101111011101111001011001111100011111110010111101110111100110001001000101 | f1fcbdde59f1fcbdde6245 |
UTF-8 | 髴殉Y髴殉bE | 111010011010101110110100111001101010111010001001010110011110100110101011101101001110011010101110100010010110001001000101 | e9abb4e6ae8959e9abb4e6ae896245 |
UHC | ?殉Y?殉bE | 001111111110001011100110010110010011111111100010111001100110001001000101 | 3fe2e6593fe2e66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)