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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 茹k?c^ | 11100100101001011000001010001011001111110110001101011110 | e4a5828b3f635e |
EUC-JP | 茹k?c^ | 11101000101001111010001111101011001111110110001101011110 | e8a7a3eb3f635e |
UTF-8 | 茹k젉c^ | 1110100010001100101110011110111110111101100010111110110010100000100010010110001101011110 | e88cb9efbd8beca089635e |
UHC | 茹k젉c^ | 1110011010101010101000111110101110100000100010110110001101011110 | e6aaa3eba08b635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)