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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?ワ?額 | 001111111000001110001111001111111000101001111010 | 3f838f3f8a7a |
EUC-JP | ?ワ?額 | 001111111010010111101111001111111011001111011011 | 3fa5ef3fb3db |
UTF-8 | 吳ワ쫻額 | 111001011001000010110011111000111000001110101111111011001010101110111011111010011010000110001101 | e590b3e383afecabbbe9a18d |
UHC | 吳ワ쫻額 | 1110011111101111101010111110111110100110100100101110010011111110 | e7efabefa692e4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)