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 | ??p??pB | 00111111001111110111000000111111001111110111000001000010 | 3f3f703f3f7042 |
SJIS-WIN | 偲自p偲自pB | 1000111011000011100011101010100101110000100011101100001110001110101010010111000001000010 | 8ec38ea9708ec38ea97042 |
EUC-JP | 偲自p偲自pB | 1011110011000101101111001010101101110000101111001100010110111100101010110111000001000010 | bcc5bcab70bcc5bcab7042 |
UTF-8 | 偲自p偲自pB | 111001011000000110110010111010001000011110101010011100001110010110000001101100101110100010000111101010100111000001000010 | e581b2e887aa70e581b2e887aa7042 |
UHC | ?自p?自pB | 001111111110110110111011011100000011111111101101101110110111000001000010 | 3fedbb703fedbb7042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)