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? | 001111110011111100111111001111110101000000111111 | 3f3f3f3f503f |
SJIS-WIN | 偲執篠汐P偲 | 1000111011000011100011101011011110001110110000101000111010101100010100001000111011000011 | 8ec38eb78ec28eac508ec3 |
EUC-JP | 偲執篠汐P偲 | 1011110011000101101111001011100110111100110001001011110010101110010100001011110011000101 | bcc5bcb9bcc4bcae50bcc5 |
UTF-8 | 偲執篠汐P偲 | 11100101100000011011001011100101100111111011011111100111101011111010000011100110101100011001000001010000111001011000000110110010 | e581b2e59fb7e7afa0e6b19050e581b2 |
UHC | ?執篠汐P? | 001111111111001011111011111000011100011011100000101100010101000000111111 | 3ff2fbe1c6e0b1503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)