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 | 「ョ「ッィ」 | 1010001010101110101000101010111110101000101000111111001110110010 | a2aea2afa8a3f3b2 |
EUC-JP | 「ョ「ッィ」? | 10001110101000101000111010101110100011101010001010001110101011111000111010101000100011101010001100111111 | 8ea28eae8ea28eaf8ea88ea33f |
UTF-8 | 「ョ「ッィ」 | 111011111011110110100010111011111011110110101110111011111011110110100010111011111011110110101111111011111011110110101000111011111011110110100011111011101000101010100101 | efbda2efbdaeefbda2efbdafefbda8efbda3ee8aa5 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)