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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 族鱈側蔵 | 1001000110110000100100100100110010010001101001001001000110100000 | 91b0924c91a491a0 |
EUC-JP | 族鱈側蔵 | 1100001010110010110000111010110111000010101001101100001010100010 | c2b2c3adc2a6c2a2 |
UTF-8 | 族鱈側蔵 | 111001101001011110001111111010011011000110001000111001011000000110110100111010001001010010110101 | e6978fe9b188e581b4e894b5 |
UHC | 族?側? | 111100001110100100111111111101101011000000111111 | f0e93ff6b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)