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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荏脛悲 | 100010010110000011100011111110001001010011011111 | 8960e3f894df |
EUC-JP | 荏脛悲 | 101100011100000111100110111110101100100011100001 | b1c1e6fac8e1 |
UTF-8 | 荏脛悲 | 111010001000110110001111111010001000010010011011111001101000001010110010 | e88d8fe8849be682b2 |
UHC | 荏脛悲 | 111011001111101111001100111010111101110111101000 | ecfbccebdde8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)