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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荏脛悲荏脛 | 10001001011000001110001111111000100101001101111110001001011000001110001111111000 | 8960e3f894df8960e3f8 |
EUC-JP | 荏脛悲荏脛 | 10110001110000011110011011111010110010001110000110110001110000011110011011111010 | b1c1e6fac8e1b1c1e6fa |
UTF-8 | 荏脛悲荏脛 | 111010001000110110001111111010001000010010011011111001101000001010110010111010001000110110001111111010001000010010011011 | e88d8fe8849be682b2e88d8fe8849b |
UHC | 荏脛悲荏脛 | 11101100111110111100110011101011110111011110100011101100111110111100110011101011 | ecfbccebdde8ecfbcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)