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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 藺멱렭싯^ | 11101111101001111011000011101011101010011011000111101011101000001010110111101100100010111010111101011110 | efa7b0eba9b1eba0adec8baf5e |
UHC | 藺멱렭싯^ | 111011001110000110111000111010001000111010111010101111011100101101011110 | ece1b8e88ebabdcb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)