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 | ??hE??hEB | 001111110011111101101000010001010011111100111111011010000100010101000010 | 3f3f68453f3f684542 |
SJIS-WIN | 偲璽hE偲璽hEB | 10001110110000111000111010100011011010000100010110001110110000111000111010100011011010000100010101000010 | 8ec38ea368458ec38ea3684542 |
EUC-JP | 偲璽hE偲璽hEB | 10111100110001011011110010100101011010000100010110111100110001011011110010100101011010000100010101000010 | bcc5bca56845bcc5bca5684542 |
UTF-8 | 偲璽hE偲璽hEB | 1110010110000001101100101110011110010010101111010110100001000101111001011000000110110010111001111001001010111101011010000100010101000010 | e581b2e792bd6845e581b2e792bd684542 |
UHC | ?璽hE?璽hEB | 0011111111011111110111100110100001000101001111111101111111011110011010000100010101000010 | 3fdfde68453fdfde684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)