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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 省ケァ脯\ | 10001111110010001011100110100111111000111111101101011100 | 8fc8b9a7e3fb5c |
EUC-JP | 省ケァ脯\ | 101111101100101010001110101110011000111010100111111001101111110101011100 | beca8eb98ea7e6fd5c |
UTF-8 | 省ケァ脯\ | 11100111100111001000000111101111101111011011100111101111101111011010011111101000100001001010111101011100 | e79c81efbdb9efbda7e884af5c |
UHC | 省??脯\ | 11100000111111010011111100111111111110001110000101011100 | e0fd3f3ff8e15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)