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 | 100011101111001010010000100000001000001010001100 | 8ef29080828c |
EUC-JP | 儒逗l | 101111001111010010111111111000001010001111101100 | bcf4bfe0a3ec |
UTF-8 | 儒逗l | 111001011000010010010010111010011000000010010111111011111011110110001100 | e58492e98097efbd8c |
UHC | 儒逗l | 111010101110001111010100111010001010001111101100 | eae3d4e8a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)