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 | 陲ソ謫倅サ | 1110100010100010101111111110011010010011100110001110010010111011 | e8a2bfe69398e4bb |
EUC-JP | 陲ソ謫倅サ | 11110000101001001000111010111111111010111111001111010000111001101000111010111011 | f0a48ebfebf3d0e68ebb |
UTF-8 | 陲ソ謫倅サ | 111010011001100110110010111011111011110110111111111010001010110010101011111001011000000010000101111011111011110110111011 | e999b2efbdbfe8acabe58085efbdbb |
UHC | ??謫?? | 001111110011111111101110111000110011111100111111 | 3f3feee33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)