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 | ?An?F} | 001111110100000101101110001111110100011001111101 | 3f416e3f467d |
SJIS-WIN | ?An?F} | 001111110100000101101110001111110100011001111101 | 3f416e3f467d |
EUC-JP | ?An?F} | 001111110100000101101110001111110100011001111101 | 3f416e3f467d |
UTF-8 | 혪An혪F} | 11101101100110001010101001000001011011101110110110011000101010100100011001111101 | ed98aa416eed98aa467d |
UHC | 혪An혪F} | 1100001010010010010000010110111011000010100100100100011001111101 | c292416ec292467d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)