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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅰ辞淲イ骼ォ | 11111010010000001000111010101011111110110100010010110010111010011000111010101011 | fa408eabfb44b2e98eab |
EUC-JP | ?辞?イ骼ォ | 00111111101111001010110100111111100011101011001011110001111011101000111010101011 | 3fbcad3f8eb2f1ee8eab |
UTF-8 | ⅰ辞淲イ骼ォ | 111000101000010110110000111010001011111010011110111001101011011110110010111011111011110110110010111010011010101010111100111011111011110110101011 | e285b0e8be9ee6b7b2efbdb2e9aabcefbdab |
UHC | ⅰ????? | 10100101101000010011111100111111001111110011111100111111 | a5a13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)