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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 「ョィ奝ョ「エ | 1010001010101110101010001111101010100010101011101010001010110100 | a2aea8faa2aea2b4 |
EUC-JP | 「ョィ奝ョ「エ | 100011101010001010001110101011101000111010101000100011111011100011111000100011101010111010001110101000101000111010110100 | 8ea28eae8ea88fb8f88eae8ea28eb4 |
UTF-8 | 「ョィ奝ョ「エ | 111011111011110110100010111011111011110110101110111011111011110110101000111001011010010110011101111011111011110110101110111011111011110110100010111011111011110110110100 | efbda2efbdaeefbda8e5a59defbdaeefbda2efbdb4 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)