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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 驍乗ウ「\ | 11101001100000101000111111100110101100111010001001011100 | e9828fe6b3a25c |
EUC-JP | 驍乗ウ「\ | 111100011110001010111110111010001000111010110011100011101010001001011100 | f1e2bee88eb38ea25c |
UTF-8 | 驍乗ウ「\ | 11101001101010011000110111100100101110011001011111101111101111011011001111101111101111011010001001011100 | e9a98de4b997efbdb3efbda25c |
UHC | 驍???\ | 111111011010010000111111001111110011111101011100 | fda43f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)