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 | 懈??裝? | 10011100111001100011111100111111111001011110010000111111 | 9ce63f3fe5e43f |
EUC-JP | 懈??裝? | 11011000111010000011111100111111111010101110011000111111 | d8e83f3feae63f |
UTF-8 | 懈⅛쾶裝쾅 | 111001101000011110001000111000101000010110011011111011001011111010110110111010001010001110011101111011001011111010000101 | e68788e2859becbeb6e8a39decbe85 |
UHC | 懈⅛쾶裝쾅 | 11111010101010111010100011111011101100101000110011101101111110111100010011100111 | faaba8fbb28cedfbc4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)