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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 得?婁 | 1001001110111110001111111001100001001011 | 93be3f984b |
EUC-JP | 得?婁 | 1100011011000000001111111100111110101100 | c6c03fcfac |
UTF-8 | 得낌婁 | 111001011011111010010111111010111000001010001100111001011010100110000001 | e5be97eb828ce5a981 |
UHC | 得낌婁 | 110101001111000010110011101001101101011110100101 | d4f0b3a6d7a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)