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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奝夐岫奝・ | 111110101010001010011010111010011001101110101011111110101010001010100101 | faa29ae99babfaa2a5 |
EUC-JP | 奝夐岫奝・ | 100011111011100011111000110101001110101111010110101011011000111110111000111110001000111010100101 | 8fb8f8d4ebd6ad8fb8f88ea5 |
UTF-8 | 奝夐岫奝・ | 111001011010010110011101111001011010010010010000111001011011001010101011111001011010010110011101111011111011110110100101 | e5a59de5a490e5b2abe5a59defbda5 |
UHC | ??岫?? | 001111110011111111100001111110110011111100111111 | 3f3fe1fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)