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 | 竭篋l | 111000101001000111100010101110001000001010001100 | e291e2b8828c |
EUC-JP | 竭篋l | 111000111111000111100100101110101010001111101100 | e3f1e4baa3ec |
UTF-8 | 竭篋l | 111001111010101110101101111001111010111110001011111011111011110110001100 | e7abade7af8befbd8c |
UHC | 竭?l | 1100101011100110001111111010001111101100 | cae63fa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)