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 | セノ偲ショ硝ォ | 101111101100100110001110110000111011110010101110100011111100100110101011 | bec98ec3bcae8fc9ab |
EUC-JP | セノ偲ショ硝ォ | 1000111010111110100011101100100110111100110001011000111010111100100011101010111010111110110010111000111010101011 | 8ebe8ec9bcc58ebc8eaebecb8eab |
UTF-8 | セノ偲ショ硝ォ | 111011111011110110111110111011111011111010001001111001011000000110110010111011111011110110111100111011111011110110101110111001111010000110011101111011111011110110101011 | efbdbeefbe89e581b2efbdbcefbdaee7a19defbdab |
UHC | ?????硝? | 0011111100111111001111110011111100111111111101011010011000111111 | 3f3f3f3f3ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)