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 | 驩宣寉蜉ォ | 111010011000100110010000111010011001101110000101111001011000101010101011 | e98990e99b85e58aab |
EUC-JP | 驩宣寉蜉ォ | 11110001111010011100000011101011110101011110010111101001111010101000111010101011 | f1e9c0ebd5e5e9ea8eab |
UTF-8 | 驩宣寉蜉ォ | 111010011010100110101001111001011010111010100011111001011010111110001001111010001001110010001001111011111011110110101011 | e9a9a9e5aea3e5af89e89c89efbdab |
UHC | 驩宣??? | 11111100101111101110000010111110001111110011111100111111 | fcbee0be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)