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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 膰eけr{d | 111001000101011110000010100001011000001010101111011100100111101101100100 | e457828582af727b64 |
EUC-JP | 膰eけr{d | 111001111011100010100011111001011010010010110001011100100111101101100100 | e7b8a3e5a4b1727b64 |
UTF-8 | 膰eけr{d | 111010001000011010110000111011111011110110000101111000111000000110010001011100100111101101100100 | e886b0efbd85e38191727b64 |
UHC | ?eけr{d | 0011111110100011111001011010101010110001011100100111101101100100 | 3fa3e5aab1727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)