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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 続尊続端h | 100100011011000110010001101110001001000110110001100100100101101101101000 | 91b191b891b1925b68 |
EUC-JP | 続尊続端h | 110000101011001111000010101110101100001010110011110000111011110001101000 | c2b3c2bac2b3c3bc68 |
UTF-8 | 続尊続端h | 11100111101101101001101011100101101100001000101011100111101101101001101011100111101010111010111101101000 | e7b69ae5b08ae7b69ae7abaf68 |
UHC | ?尊?端h | 00111111111100001110111000111111110100111010111001101000 | 3ff0ee3fd3ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)