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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 咀籟咀棚^ | 100110011111000011100010110110111001100111110000100100100100100101011110 | 99f0e2db99f092495e |
EUC-JP | 咀籟咀棚^ | 110100101111001011100100110111011101001011110010110000111010101001011110 | d2f2e4ddd2f2c3aa5e |
UTF-8 | 咀籟咀棚^ | 11100101100100101000000011100111101100011001111111100101100100101000000011100110101000111001101001011110 | e59280e7b19fe59280e6a39a5e |
UHC | 咀?咀棚^ | 1110111010111010001111111110111010111010110111011101110001011110 | eeba3feebadddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)