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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 乙??長?] | 1000100110110011001111110011111110010010101101110011111101011101 | 89b33f3f92b73f5d |
EUC-JP | 乙??長?] | 1011001010110101001111110011111111000100101110010011111101011101 | b2b53f3fc4b93f5d |
UTF-8 | 乙재헬長뺍] | 11100100101110011001100111101100100111101010110011101101100101111010110011101001100101011011011111101011101110101000110101011101 | e4b999ec9eaced97ace995b7ebba8d5d |
UHC | 乙재헬長뺍] | 1110101111100000110000001110011111000111111011111110110111111110101110111010111001011101 | ebe0c0e7c7efedfebbae5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)