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 | 裝脛緋 | 111001011110010011100011111110001001010011101010 | e5e4e3f894ea |
EUC-JP | 裝脛緋 | 111010101110011011100110111110101100100011101100 | eae6e6fac8ec |
UTF-8 | 裝脛緋 | 111010001010001110011101111010001000010010011011111001111011011110001011 | e8a39de8849be7b78b |
UHC | 裝脛緋 | 111011011111101111001100111010111101110111111100 | edfbccebddfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)