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 | 聖少聖少^ | 100100001011100110001111101011011001000010111001100011111010110101011110 | 90b98fad90b98fad5e |
EUC-JP | 聖少聖少^ | 110000001011101110111110101011111100000010111011101111101010111101011110 | c0bbbeafc0bbbeaf5e |
UTF-8 | 聖少聖少^ | 11101000100000011001011011100101101100001001000111101000100000011001011011100101101100001001000101011110 | e88196e5b091e88196e5b0915e |
UHC | 聖少聖少^ | 111000011010000111100001101101001110000110100001111000011011010001011110 | e1a1e1b4e1a1e1b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)