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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??臥??^ | 00111111001111111000100111100111001111110011111101011110 | 3f3f89e73f3f5e |
EUC-JP | ??臥??^ | 00111111001111111011001011101001001111110011111101011110 | 3f3fb2e93f3f5e |
UTF-8 | 씹렑臥솜섬^ | 11101100100101001011100111101011101000001001000111101000100001111010010111101100100001101001110011101100100001001010110001011110 | ec94b9eba091e887a5ec869cec84ac5e |
UHC | 씹렑臥솜섬^ | 1011111011000011100011101010011011101000110000101011110011011000101111001011011001011110 | bec38ea6e8c2bcd8bcb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)