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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 疇鴣兮B | 11100001011001011110100111110011100110010110000101000010 | e165e9f3996142 |
EUC-JP | 疇鴣兮B | 11100001110001101111001011110101110100011100001001000010 | e1c6f2f5d1c242 |
UTF-8 | 疇鴣兮B | 11100111100101101000011111101001101101001010001111100101100001011010111001000010 | e79687e9b4a3e585ae42 |
UHC | 疇?兮B | 111100011100001000111111111110111011000101000010 | f1c23ffbb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)