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 | 迯充迯充^ | 111001111000110110001111010110111110011110001101100011110101101101011110 | e78d8f5be78d8f5b5e |
EUC-JP | 迯充迯充^ | 111011011110110110111101101111001110110111101101101111011011110001011110 | ededbdbcededbdbc5e |
UTF-8 | 迯充迯充^ | 11101000101111111010111111100101100001011000010111101000101111111010111111100101100001011000010101011110 | e8bfafe58585e8bfafe585855e |
UHC | ?充?充^ | 00111111111101011111011000111111111101011111011001011110 | 3ff5f63ff5f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)