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 | ???S???IB | 001111110011111100111111010100110011111100111111001111110100100101000010 | 3f3f3f533f3f3f4942 |
SJIS-WIN | ???S???IB | 001111110011111100111111010100110011111100111111001111110100100101000010 | 3f3f3f533f3f3f4942 |
EUC-JP | ???S???IB | 001111110011111100111111010100110011111100111111001111110100100101000010 | 3f3f3f533f3f3f4942 |
UTF-8 | 묷뭊稅S묷뭊稅IB | 111010111010110010110111111010111010110110001010111001111010100010000101010100111110101110101100101101111110101110101101100010101110011110101000100001010100100101000010 | ebacb7ebad8ae7a88553ebacb7ebad8ae7a8854942 |
UHC | 묷뭊稅S묷뭊稅IB | 100100100100101110010010010101011110000110101010010100111001001001001011100100100101010111100001101010100100100101000010 | 924b9255e1aa53924b9255e1aa4942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)